IVCWizCtlUI::CommandHandlerExists Method (Object^, Object^)

 

Indicates whether the specified handler has been implemented.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

bool CommandHandlerExists(
	Object^ pDispDesc,
	Object^ memid
)

Parameters

pDispDesc
Type: System::Object^

Required. The event command description object returned by GetClassCommandHandlerDesc.

memid
Type: System::Object^

Required. The index to the command description table represented by pDispDesc.

Return Value

Type: System::Boolean

true if the command handler exists; otherwise, false.

Return to top
Show: