_IVsMsoOleAccDispObj.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.
Navigates to another object. 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 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.