LineSegmentAccessibleObject.Select Method
Modifies the selection or moves the keyboard focus of the accessible object.
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 Overrides Sub Select ( _
flags As AccessibleSelection _
)
public override void Select(
AccessibleSelection flags
)
public:
virtual void Select(
AccessibleSelection flags
) override
abstract Select :
flags:AccessibleSelection -> unit
override Select :
flags:AccessibleSelection -> unit
public override function Select(
flags : AccessibleSelection
)
Parameters
flags
Type: AccessibleSelectionOne of the AccessibleSelection values.
.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.