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