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

 

Gets the name of a command as a string.

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

String^ GetCommandName(
	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 name.

Return to top
Show: