CommandIdCollection.Item Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: Int32

Property Value

Type: CommandID

.NET Framework Security

See Also

Reference

CommandIdCollection Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace