Share via


SelectionStateCollection.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

'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 : SelectionState with get, set
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.SelectionState

.NET Framework Security

See Also

Reference

SelectionStateCollection Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace