IVCWizCtlUI.GetCommandCount(Object) 方法

定义

获取指定列表中的命令数。

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) 返回的事件命令描述对象。

返回

Object

指定列表中的命令数。

属性

适用于