DiagramClientView.HighlightedShapes 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 highlighted shapes for the DiagramClientView.
public:
property Microsoft::VisualStudio::Modeling::Diagrams::HighlightedShapesCollection ^ HighlightedShapes { Microsoft::VisualStudio::Modeling::Diagrams::HighlightedShapesCollection ^ get(); };
public Microsoft.VisualStudio.Modeling.Diagrams.HighlightedShapesCollection HighlightedShapes { get; }
member this.HighlightedShapes : Microsoft.VisualStudio.Modeling.Diagrams.HighlightedShapesCollection
Public ReadOnly Property HighlightedShapes As HighlightedShapesCollection
Property Value
Remarks
Use the returned SelectedShapesCollection object to alter the DiagramClientView's highlighted shapes.