IDiagram.SelectedShapes Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns all shapes currently selected on this diagram. Empty enumeration if no shape is selected.
Namespace: Microsoft.VisualStudio.Uml.Presentation
Assembly: Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)
Syntax
'Declaration
ReadOnly Property SelectedShapes As IEnumerable(Of IShape)
Get
'Usage
Dim instance As IDiagram
Dim value As IEnumerable(Of IShape)
value = instance.SelectedShapes
IEnumerable<IShape> SelectedShapes { get; }
property IEnumerable<IShape^>^ SelectedShapes {
IEnumerable<IShape^>^ get ();
}
abstract SelectedShapes : IEnumerable<IShape>
function get SelectedShapes () : IEnumerable<IShape>
Property Value
Type: System.Collections.Generic.IEnumerable<IShape>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.