IVCWizCtlUI.CommandHandlerExists(Object, Object) Method

Definition

Indicates whether the specified handler has been implemented.

public:
 bool CommandHandlerExists(System::Object ^ pDispDesc, System::Object ^ memid);
public:
 bool CommandHandlerExists(Platform::Object ^ pDispDesc, Platform::Object ^ memid);
bool CommandHandlerExists(winrt::Windows::Foundation::IInspectable const & pDispDesc, winrt::Windows::Foundation::IInspectable const & memid);
[System.Runtime.InteropServices.DispId(1610743889)]
public bool CommandHandlerExists (object pDispDesc, object memid);
[<System.Runtime.InteropServices.DispId(1610743889)>]
abstract member CommandHandlerExists : obj * obj -> bool
Public 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.

Attributes

Applies to