SelectionStateCollection.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 SelectionState
public SelectionState this[
int index
] { get; set; }
public:
property SelectionState^ default[int index] {
SelectionState^ get (int index);
void set (int index, SelectionState^ value);
}
member Item :
index:int -> SelectionState with get, set
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.SelectionState
.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.