VCWizCtlClass.GetCommandDocumentation(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.
Gets the description of the specified command or other text entry in the specified list box.
public:
virtual System::String ^ GetCommandDocumentation(System::Object ^ pDispDesc, System::Object ^ memid) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetCommandDocumentation;
public:
virtual Platform::String ^ GetCommandDocumentation(Platform::Object ^ pDispDesc, Platform::Object ^ memid) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetCommandDocumentation;
virtual std::wstring GetCommandDocumentation(winrt::Windows::Foundation::IInspectable const & pDispDesc, winrt::Windows::Foundation::IInspectable const & memid);
[System.Runtime.InteropServices.DispId(1610743887)]
public virtual string GetCommandDocumentation (object pDispDesc, object memid);
[<System.Runtime.InteropServices.DispId(1610743887)>]
abstract member GetCommandDocumentation : obj * obj -> string
override this.GetCommandDocumentation : obj * obj -> string
Public Overridable Function GetCommandDocumentation (pDispDesc As Object, memid As Object) As String
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
A string containing the description.
Implements
- Attributes
Examples
See CommandHandlerExists.