DiagramClientView.Selection 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 对象更改 DiagramClientView 的选定内容。