Share via


_CommandBarActiveX.accNavigate Method

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

Return Value

Type: System.Object
This method is deprecated.

.NET Framework Security

See Also

Reference

_CommandBarActiveX Interface

Microsoft.VisualStudio.CommandBars Namespace