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 CommandElementCollection |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CommandElementCollection |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
CopyTo | (Inherited from ConfigurationElementCollection.) | |
Equals | (Inherited from ConfigurationElementCollection.) | |
GetCommandElement |
Gets the configuration element for specified command.
|
|
GetCommandElementAt |
Gets the command element at sepcified index.
|
|
GetEnumerator | (Inherited from ConfigurationElementCollection.) | |
GetHashCode | (Inherited from ConfigurationElementCollection.) | |
GetType | (Inherited from Object.) | |
IsReadOnly | (Inherited from ConfigurationElementCollection.) | |
ToArray |
Gets an array representation of this instance.
|
|
ToString | (Inherited from Object.) | |
TryGetCommand |
Gets the command having specified id.
|
|
TryGetCommandParameter |
Retrieves the command and parameter elements associated with specified shortcut.
|
|
TryGetCommandParameterByName |
Retrieves the command and parameter elements associated with specified name.
|
Protected Methods
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::..CopyTo | (Inherited from ConfigurationElementCollection.) |