IVCWizCtlUI.GetCommandDocumentation(Object, Object) Method

Definition

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

public:
 System::String ^ GetCommandDocumentation(System::Object ^ pDispDesc, System::Object ^ memid);
public:
 Platform::String ^ GetCommandDocumentation(Platform::Object ^ pDispDesc, Platform::Object ^ memid);
std::wstring GetCommandDocumentation(winrt::Windows::Foundation::IInspectable const & pDispDesc, winrt::Windows::Foundation::IInspectable const & memid);
[System.Runtime.InteropServices.DispId(1610743887)]
public string GetCommandDocumentation (object pDispDesc, object memid);
[<System.Runtime.InteropServices.DispId(1610743887)>]
abstract member GetCommandDocumentation : obj * obj -> string
Public 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.

Attributes

Applies to