IVCWizCtlUI.GetCommandCount(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定列表中的命令数。
public:
System::Object ^ GetCommandCount(System::Object ^ pDispDesc);
public:
Platform::Object ^ GetCommandCount(Platform::Object ^ pDispDesc);
winrt::Windows::Foundation::IInspectable GetCommandCount(winrt::Windows::Foundation::IInspectable const & pDispDesc);
[System.Runtime.InteropServices.DispId(1610743885)]
public object GetCommandCount (object pDispDesc);
[<System.Runtime.InteropServices.DispId(1610743885)>]
abstract member GetCommandCount : obj -> obj
Public Function GetCommandCount (pDispDesc As Object) As Object
参数
- pDispDesc
- Object
必需。 由 GetClassCommandHandlerDesc(Object, String, String) 返回的事件命令描述对象。
返回
指定列表中的命令数。
- 属性