_CommandBarComboBox.accSelect(Int32, Object) 方法

定义

选择对象。 不推荐使用此方法。

void accSelect(int flagsSelect, winrt::Windows::Foundation::IInspectable const & varChild);
[System.Runtime.InteropServices.DispId(-5014)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public void accSelect (int flagsSelect, object varChild);
[<System.Runtime.InteropServices.DispId(-5014)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member accSelect : int * obj -> unit
Public Sub accSelect (flagsSelect As Integer, Optional varChild As Object)

参数

flagsSelect
Int32

选择标志。

varChild
Object

子级。

实现

属性

注解

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

适用于