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

 

Gets the description of the specified command or other text entry in the specified list box.

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

public:
virtual String^ GetCommandDocumentation(
	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 description.

Return to top
Show: