CommandBarButtonClass::accNavigate Method (Int32, Object^)
Visual Studio 2015
Navigates to another object. This method is deprecated.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
public: [TypeLibFuncAttribute(64)] [DispIdAttribute(-5016)] virtual Object^ accNavigate( int navDir, Object^ varStart )
Parameters
- navDir
-
Type:
System::Int32
The direction in which to navigate.
- varStart
-
Type:
System::Object^
The starting object.
This method throws a DeprecatedException when called.
Show: