IVCWizCtlUI.GetCommandDocumentation - метод
Gets the description of the specified command or other text entry in the specified list box.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Function GetCommandDocumentation ( _
pDispDesc As Object, _
memid As Object _
) As String
'Применение
Dim instance As IVCWizCtlUI
Dim pDispDesc As Object
Dim memid As Object
Dim returnValue As String
returnValue = instance.GetCommandDocumentation(pDispDesc, _
memid)
string GetCommandDocumentation(
Object pDispDesc,
Object memid
)
String^ GetCommandDocumentation(
[InAttribute] Object^ pDispDesc,
[InAttribute] Object^ memid
)
function GetCommandDocumentation(
pDispDesc : Object,
memid : Object
) : String
Параметры
pDispDesc
Тип: System.ObjectRequired. The event command description object returned by GetClassCommandHandlerDesc.
memid
Тип: System.ObjectRequired. The index to the command description table represented by pDispDesc.
Возвращаемое значение
Тип: System.String
A string containing the description.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.