CommandBarPopup.accSelect(Int32, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
选择对象。 不推荐使用此方法。
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。