CommandIdCollection.Item Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Default Property Item ( _
index As Integer _
) As CommandID
public CommandID this[
int index
] { get; set; }
public:
property CommandID^ default[int index] {
CommandID^ get (int index);
void set (int index, CommandID^ value);
}
member Item :
index:int -> CommandID with get, set
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
Property Value
Type: System.ComponentModel.Design.CommandID
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.