_CommandBarActiveX.accNavigate(Int32, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is deprecated.
winrt::Windows::Foundation::IInspectable accNavigate(int navDir, winrt::Windows::Foundation::IInspectable const & varStart);
[System.Runtime.InteropServices.DispId(-5016)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public object accNavigate (int navDir, object varStart);
[<System.Runtime.InteropServices.DispId(-5016)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accNavigate : int * obj -> obj
Public Function accNavigate (navDir As Integer, Optional varStart As Object) As Object
Parameters
- navDir
- Int32
The direction.
- varStart
- Object
The start object.
Returns
This method is deprecated.
Implements
- Attributes