VCWizCtlClass.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)
Синтаксис
'Декларация
Public Overridable Function GetCommandDocumentation ( _
pDispDesc As Object, _
memid As Object _
) As String
'Применение
Dim instance As VCWizCtlClass
Dim pDispDesc As Object
Dim memid As Object
Dim returnValue As String
returnValue = instance.GetCommandDocumentation(pDispDesc, _
memid)
public virtual string GetCommandDocumentation(
Object pDispDesc,
Object memid
)
public:
virtual String^ GetCommandDocumentation(
[InAttribute] Object^ pDispDesc,
[InAttribute] Object^ memid
)
public 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.
Реализации
IVCWizCtlUI.GetCommandDocumentation(Object, Object)
Примеры
See CommandHandlerExists.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
Visual C++ Extensibility Object Model