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 Code |
---|---|
public class ImageCommandElementCollection |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ImageCommandElementCollection |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
ImageCommandElementCollection |
Public Methods
Name | Description | |
---|---|---|
CopyTo | (Inherited from ConfigurationElementCollection.) | |
Equals | (Inherited from ConfigurationElementCollection.) | |
GetCommandElement |
Gets the configuration element for specified command.
(Inherited from CommandElementCollection.) |
|
GetCommandElementAt |
Gets the command element at sepcified index.
(Inherited from CommandElementCollection.) |
|
GetEnumerator | (Inherited from ConfigurationElementCollection.) | |
GetHashCode | (Inherited from ConfigurationElementCollection.) | |
GetType | (Inherited from Object.) | |
IsReadOnly | (Inherited from ConfigurationElementCollection.) | |
ToArray |
Gets an array representation of this instance.
(Inherited from CommandElementCollection.) |
|
ToString | (Inherited from Object.) | |
TryGetCommand |
Gets the command having specified id.
(Inherited from CommandElementCollection.) |
|
TryGetCommandParameter |
Retrieves the command and parameter elements associated with specified shortcut.
(Inherited from CommandElementCollection.) |
|
TryGetCommandParameterByName |
Retrieves the command and parameter elements associated with specified name.
(Inherited from CommandElementCollection.) |
Protected Methods
Public Properties
Name | Description | |
---|---|---|
CollectionType |
Gets the type of the ConfigurationElementCollection.
(Inherited from CommandElementCollection.) |
|
Count | (Inherited from ConfigurationElementCollection.) | |
CurrentConfiguration | (Inherited from ConfigurationElement.) | |
ElementInformation | (Inherited from ConfigurationElement.) | |
EmitClear | (Inherited from ConfigurationElementCollection.) | |
IsSynchronized | (Inherited from ConfigurationElementCollection.) | |
LockAllAttributesExcept | (Inherited from ConfigurationElement.) | |
LockAllElementsExcept | (Inherited from ConfigurationElement.) | |
LockAttributes | (Inherited from ConfigurationElement.) | |
LockElements | (Inherited from ConfigurationElement.) | |
LockItem | (Inherited from ConfigurationElement.) | |
SyncRoot | (Inherited from ConfigurationElementCollection.) |
Protected Properties
Name | Description | |
---|---|---|
AddElementName | (Inherited from ConfigurationElementCollection.) | |
ClearElementName | (Inherited from ConfigurationElementCollection.) | |
ElementName | (Inherited from ConfigurationElementCollection.) | |
ElementProperty | (Inherited from ConfigurationElement.) | |
EvaluationContext | (Inherited from ConfigurationElement.) | |
HasContext | (Inherited from ConfigurationElement.) | |
Item | (Inherited from ConfigurationElement.) | |
Item | (Inherited from ConfigurationElement.) | |
Properties | (Inherited from ConfigurationElement.) | |
RemoveElementName | (Inherited from ConfigurationElementCollection.) | |
ThrowOnDuplicate | (Inherited from ConfigurationElementCollection.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::..CopyTo | (Inherited from ConfigurationElementCollection.) |