SelectionStateCollection::Item Property (Int32)

 
Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property SelectionState^ default[
	int index
] {
	SelectionState^ get(int index);
	void set(int index, SelectionState^ value);
}

Parameters

index
Type: System::Int32
Return to top
Show: