CommandBarButtonClass.accNavigate(Int32, Object) Method

Definition

Navigates to another object. This method is deprecated.

 virtual winrt::Windows::Foundation::IInspectable accNavigate(int navDir, winrt::Windows::Foundation::IInspectable const & varStart);
[System.Runtime.InteropServices.DispId(-5016)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public virtual object accNavigate (int navDir, object varStart);
[<System.Runtime.InteropServices.DispId(-5016)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accNavigate : int * obj -> obj
override this.accNavigate : int * obj -> obj
Public Overridable Function accNavigate (navDir As Integer, Optional varStart As Object) As Object

Parameters

navDir
Int32

The direction in which to navigate.

varStart
Object

The starting object.

Returns

The target object. This method is deprecated.

Implements

Attributes

Remarks

This method throws a DeprecatedException when called.

Applies to