DiagramClientView.HighlightedShapes 属性

定义

获取 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

属性值

HighlightedShapesCollection

注解

使用返回的 SelectedShapesCollection 对象更改 DiagramClientView 的突出显示的形状。

适用于