DiagramClientView::Selection Property

 

Gets the selection for the DiagramClientView.

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

public:
property SelectedShapesCollection^ Selection {
	SelectedShapesCollection^ get();
}

Use the returned SelectedShapesCollection object to alter the DiagramClientView's selection.

Return to top
Show: