Share via


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

.NET Framework Security

See Also

Reference

IDiagram Interface

IDiagram Members

Microsoft.VisualStudio.Uml.Presentation Namespace