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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation 命名空间