VCWizCtlClass.CommandHandlerExists(Object, 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.
Indicates whether the specified handler has been implemented.
public:
virtual bool CommandHandlerExists(System::Object ^ pDispDesc, System::Object ^ memid) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::CommandHandlerExists;
public:
virtual bool CommandHandlerExists(Platform::Object ^ pDispDesc, Platform::Object ^ memid) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::CommandHandlerExists;
virtual bool CommandHandlerExists(winrt::Windows::Foundation::IInspectable const & pDispDesc, winrt::Windows::Foundation::IInspectable const & memid);
[System.Runtime.InteropServices.DispId(1610743889)]
public virtual bool CommandHandlerExists (object pDispDesc, object memid);
[<System.Runtime.InteropServices.DispId(1610743889)>]
abstract member CommandHandlerExists : obj * obj -> bool
override this.CommandHandlerExists : obj * obj -> bool
Public Overridable Function CommandHandlerExists (pDispDesc As Object, memid As Object) As Boolean
Parameters
- pDispDesc
- Object
Required. The event command description object returned by GetClassCommandHandlerDesc(Object, String, String).
- memid
- Object
Required. The index to the command description table represented by pDispDesc
.
Returns
true
if the command handler exists; otherwise, false
.
Implements
- Attributes