_CommandBarComboBox.accNavigate Method

Navigates to another object. This method is deprecated.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

‘선언
Function accNavigate ( _
    navDir As Integer, _
    varStart As Object _
) As Object
‘사용 방법
Dim instance As _CommandBarComboBox
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 in which to navigate.

Return Value

Type: System.Object
The target object. This method is deprecated.

Implements

CommandBarControl.accNavigate(Int32, Object)

Remarks

This method throws a DeprecatedException when called.

.NET Framework Security

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

Microsoft.VisualStudio.CommandBars Namespace