Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Modifies the selection or moves the keyboard focus of the accessible object.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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: System.Windows.Forms.AccessibleSelection
One 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.