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 method is deprecated.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Function accNavigate ( _
navDir As Integer, _
varStart As Object _
) As Object
'Usage
Dim instance As _CommandBarActiveX
Dim navDir As Integer
Dim varStart As Object
Dim returnValue As Object
returnValue = instance.accNavigate(navDir, _
varStart)
Object accNavigate(
int navDir,
Object varStart
)
Object^ accNavigate(
[InAttribute] int navDir,
[InAttribute] Object^ varStart
)
abstract accNavigate :
navDir:int *
varStart:Object -> Object
function accNavigate(
navDir : int,
varStart : Object
) : Object
Parameters
- navDir
Type: System.Int32
The direction.
- varStart
Type: System.Object
The start object.
Return Value
Type: System.Object
This method is deprecated.
Implements
CommandBarControl.accNavigate(Int32, Object)
.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.