VCWizCtlClass::GetCommandHandlerString Method (Object^, Object^)

 

Gets a command handler as a string.

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

public:
virtual String^ GetCommandHandlerString(
	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::String^

A string containing the command handler.

Return to top
Show: