ShapeElement.Selected Method

Verifies whether the shape is selected in a specified view.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Public Function Selected ( _
    view As DiagramClientView _
) As Boolean
public bool Selected(
    DiagramClientView view
)
public:
bool Selected(
    DiagramClientView^ view
)
member Selected : 
        view:DiagramClientView -> bool
public function Selected(
    view : DiagramClientView
) : boolean

Parameters

Return Value

Type: Boolean
true if the shape is selected; otherwise, false.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace