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.
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
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: Int32The direction.
varStart
Type: ObjectThe start object.
Return Value
Type: Object
This method is deprecated.
.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.