DiagramClientView.Selection 属性

定义

获取 DiagramClientView 的选择。

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

属性值

SelectedShapesCollection

注解

使用返回的 SelectedShapesCollection 对象更改 DiagramClientView 的选定内容。

适用于