Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides the Select method.
Namespace: Microsoft.VisualBasic.PowerPacks
Assembly: Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)
Syntax
'Declaration
Protected Overrides Sub Select ( _
directed As Boolean, _
forward As Boolean _
)
protected override void Select(
bool directed,
bool forward
)
protected:
virtual void Select(
bool directed,
bool forward
) override
abstract Select :
directed:bool *
forward:bool -> unit
override Select :
directed:bool *
forward:bool -> unit
protected override function Select(
directed : boolean,
forward : boolean
)
Parameters
- directed
Type: System.Boolean
- forward
Type: System.Boolean
.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.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace