IVCWizCtlUI.GetCommandCount(Object) Method

Definition

Gets the number of commands in the specified list.

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

Parameters

pDispDesc
Object

Required. The event command description object returned by GetClassCommandHandlerDesc(Object, String, String).

Returns

The number of commands in the specified list.

Attributes

Applies to