_CommandBarButton::accNavigate Method (Int32, Object^)

 

Navigates to another object. This method is deprecated.

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

[TypeLibFuncAttribute(64)]
[DispIdAttribute(-5016)]
Object^ accNavigate(
	int navDir,
	Object^ varStart
)

Parameters

navDir
Type: System::Int32

The direction in which to navigate.

varStart
Type: System::Object^

The starting object.

Return Value

Type: System::Object^

The target object. This method is deprecated.

This method throws a DeprecatedException when called.

Return to top
Show: