CommandIdCollection.Item Property
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Public Default Property Item ( _
index As Integer _
) As CommandID
Get
Set
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 : 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.