共用方式為


IDiagram.SelectShapes 方法

將目前的選項設定為指定的圖形集合,並且設定 Selection 屬性。 這不會啟動顯示圖表的視窗。

命名空間:  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 命名空間