IVCWizCtlUI.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:
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