Share via


DiagramClientView.Selection Property

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

Syntax

'Declaration
Public ReadOnly Property Selection As SelectedShapesCollection
'Usage
Dim instance As DiagramClientView 
Dim value As SelectedShapesCollection 

value = instance.Selection
public SelectedShapesCollection Selection { get; }
public:
property SelectedShapesCollection^ Selection {
    SelectedShapesCollection^ get ();
}
public function get Selection () : SelectedShapesCollection

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection

.NET Framework Security

See Also

Reference

DiagramClientView Class

DiagramClientView Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace