VCWizCtlClass.GetCommandCount(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of commands in the specified list.
public:
virtual System::Object ^ GetCommandCount(System::Object ^ pDispDesc) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetCommandCount;
public:
virtual Platform::Object ^ GetCommandCount(Platform::Object ^ pDispDesc) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetCommandCount;
virtual winrt::Windows::Foundation::IInspectable GetCommandCount(winrt::Windows::Foundation::IInspectable const & pDispDesc);
[System.Runtime.InteropServices.DispId(1610743885)]
public virtual object GetCommandCount (object pDispDesc);
[<System.Runtime.InteropServices.DispId(1610743885)>]
abstract member GetCommandCount : obj -> obj
override this.GetCommandCount : obj -> obj
Public Overridable 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.
Implements
- Attributes
Examples
See CommandHandlerExists.