Compartir a través de


VCWizCtlClass.CommandHandlerExists(Object, Object) Method

Definition

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

Applies to