IDiagram.SelectedShapes 屬性
目前選定之圖形的集合。 如果沒有選取個別圖形,集合會包含圖表,作為其唯一成員。 如果選取其他圖形,圖表不會出現在集合中。
命名空間: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
組件: Microsoft.VisualStudio.ArchitectureTools.Extensibility (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll 中)
語法
'宣告
ReadOnly Property SelectedShapes As IEnumerable(Of IShape)
Get
IEnumerable<IShape> SelectedShapes { get; }
property IEnumerable<IShape^>^ SelectedShapes {
IEnumerable<IShape^>^ get ();
}
abstract SelectedShapes : IEnumerable<IShape>
function get SelectedShapes () : IEnumerable<IShape>
屬性值
型別:System.Collections.Generic.IEnumerable<IShape>
備註
若要取得經篩選僅包含特定類型圖案且排除圖表的圖案集合,請使用 GetSelectedShapes()。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation 命名空間