IDiagram.SelectShapes Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Select the given shapes on this diagram.
Namespace: Microsoft.VisualStudio.Uml.Presentation
Assembly: Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)
Syntax
'Declaration
Sub SelectShapes ( _
shapes As IEnumerable(Of IShape) _
)
'Usage
Dim instance As IDiagram
Dim shapes As IEnumerable(Of IShape)
instance.SelectShapes(shapes)
void SelectShapes(
IEnumerable<IShape> shapes
)
void SelectShapes(
IEnumerable<IShape^>^ shapes
)
abstract SelectShapes :
shapes:IEnumerable<IShape> -> unit
function SelectShapes(
shapes : IEnumerable<IShape>
)
Parameters
- shapes
Type: System.Collections.Generic.IEnumerable<IShape>
Shapes to be selected. If empty, no shape will be selected; that is, the diagram itself will be selected.
.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.