IDiagram.SelectShapes 方法

设置当前选项至指定的形状集,并设置选项属性。 这不会激活显示关系图的窗口。

命名空间:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
程序集:  Microsoft.VisualStudio.ArchitectureTools.Extensibility(在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)

语法

声明
Sub SelectShapes ( _
    shapes As IEnumerable(Of IShape) _
)
void SelectShapes(
    IEnumerable<IShape> shapes
)
void SelectShapes(
    IEnumerable<IShape^>^ shapes
)
abstract SelectShapes : 
        shapes:IEnumerable<IShape> -> unit 
function SelectShapes(
    shapes : IEnumerable<IShape>
)

参数

  • shapes
    类型:System.Collections.Generic.IEnumerable<IShape>
    每个形状必须是在此关系图上的可被选择的形状。如果列表中有多个形状,则这些形状的父级应相同。如果集合为空,图将被选中。

.NET Framework 安全性

请参见

参考

IDiagram 接口

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation 命名空间