共用方式為


PresentationHelpers.SelectShapes 方法

命名空間:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
組件:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)

語法

'宣告
<ExtensionAttribute> _
Public Shared Sub SelectShapes ( _
    diagram As IDiagram, _
    ParamArray shapes As IShape() _
)
public static void SelectShapes(
    this IDiagram diagram,
    params IShape[] shapes
)
[ExtensionAttribute]
public:
static void SelectShapes(
    IDiagram^ diagram, 
    ... array<IShape^>^ shapes
)
static member SelectShapes : 
        diagram:IDiagram * 
        shapes:IShape[] -> unit
public static function SelectShapes(
    diagram : IDiagram, 
    ... shapes : IShape[]
)

參數

使用注意事項

在 Visual Basic 和 C# 中,您可以在任何 IDiagram 類型物件中呼叫這個方法以做為執行個體。使用執行個體方法語法呼叫這個方法時,請省略第一個參數。如需詳細資訊,請參閱擴充方法 (Visual Basic)擴充方法 (C# 程式設計手冊)

備註

如需詳細資訊,請參閱:

.NET Framework 安全性

請參閱

參考

PresentationHelpers 類別

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