_CommandBarComboBox.accNavigate(Int32, Object) 方法

定义

定位到另一个对象。 不推荐使用此方法。

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

参数

navDir
Int32

导航方向。

varStart
Object

起始对象。

返回

Object

目标对象。 不推荐使用此方法。

实现

属性

注解

调用时,此方法将引发 DeprecatedException。

适用于