DiagramView.Selection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the selection for the DiagramView.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::SelectedShapesCollection ^ Selection { Microsoft::VisualStudio::Modeling::Diagrams::SelectedShapesCollection ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection Selection { get; }
member this.Selection : Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection
Public ReadOnly Property Selection As SelectedShapesCollection
Property Value
Remarks
Use the returned SelectedShapesCollection object to alter the DiagramView's selection.