This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class CommandElementCollection
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class CommandElementCollection

The type exposes the following methods.

Public Methods

  Name Description
Public method CopyTo (Inherited from ConfigurationElementCollection.)
Public method Equals (Inherited from ConfigurationElementCollection.)
Public method GetCommandElement
Gets the configuration element for specified command.
Public method GetCommandElementAt
Gets the command element at sepcified index.
Public method GetEnumerator (Inherited from ConfigurationElementCollection.)
Public method GetHashCode (Inherited from ConfigurationElementCollection.)
Public method GetType (Inherited from Object.)
Public method IsReadOnly (Inherited from ConfigurationElementCollection.)
Public method ToArray
Gets an array representation of this instance.
Public method ToString (Inherited from Object.)
Public method TryGetCommand
Gets the command having specified id.
Public method TryGetCommandParameter
Retrieves the command and parameter elements associated with specified shortcut.
Public method TryGetCommandParameterByName
Retrieves the command and parameter elements associated with specified name.

Protected Methods

  Name Description
Protected method AddNewCommandParameter
Adds a new parameter to specified command.
Protected method BaseAdd (Inherited from ConfigurationElementCollection.)
Protected method BaseAdd (Inherited from ConfigurationElementCollection.)
Protected method BaseAdd (Inherited from ConfigurationElementCollection.)
Protected method BaseClear (Inherited from ConfigurationElementCollection.)
Protected method BaseGet (Inherited from ConfigurationElementCollection.)
Protected method BaseGet (Inherited from ConfigurationElementCollection.)
Protected method BaseGetAllKeys (Inherited from ConfigurationElementCollection.)
Protected method BaseGetKey (Inherited from ConfigurationElementCollection.)
Protected method BaseIndexOf (Inherited from ConfigurationElementCollection.)
Protected method BaseIsRemoved (Inherited from ConfigurationElementCollection.)
Protected method BaseRemove (Inherited from ConfigurationElementCollection.)
Protected method BaseRemoveAt (Inherited from ConfigurationElementCollection.)
Protected method CreateNewElement Overloaded.
Protected method DeserializeElement (Inherited from ConfigurationElement.)
Protected method Finalize (Inherited from Object.)
Protected method GetElementKey
Gets the element key for a specified configuration element when overridden in a derived class.
(Overrides ConfigurationElementCollection..::GetElementKey(ConfigurationElement).)
Protected method GetTransformedAssemblyString (Inherited from ConfigurationElement.)
Protected method GetTransformedTypeString (Inherited from ConfigurationElement.)
Protected method Init (Inherited from ConfigurationElement.)
Protected method InitializeDefault (Inherited from ConfigurationElement.)
Protected method IsElementName (Inherited from ConfigurationElementCollection.)
Protected method IsElementRemovable (Inherited from ConfigurationElementCollection.)
Protected method IsModified (Inherited from ConfigurationElementCollection.)
Protected method ListErrors (Inherited from ConfigurationElement.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserializeUnrecognizedAttribute (Inherited from ConfigurationElement.)
Protected method OnDeserializeUnrecognizedElement (Inherited from ConfigurationElementCollection.)
Protected method OnRequiredPropertyNotFound (Inherited from ConfigurationElement.)
Protected method PostDeserialize
Called after deserialization.
(Overrides ConfigurationElement..::PostDeserialize()()()().)
Protected method PreSerialize (Inherited from ConfigurationElement.)
Protected method Reset (Inherited from ConfigurationElementCollection.)
Protected method ResetModified (Inherited from ConfigurationElementCollection.)
Protected method SerializeElement (Inherited from ConfigurationElementCollection.)
Protected method SerializeToXmlElement (Inherited from ConfigurationElement.)
Protected method SetPropertyValue (Inherited from ConfigurationElement.)
Protected method SetReadOnly (Inherited from ConfigurationElementCollection.)
Protected method Unmerge (Inherited from ConfigurationElementCollection.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method ICollection..::..CopyTo (Inherited from ConfigurationElementCollection.)

See Also

Advanced