VCWizCtlClass.GetCommandName - метод
Gets the name of a command as a string.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Public Overridable Function GetCommandName ( _
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.GetCommandName(pDispDesc, _
memid)
public virtual string GetCommandName(
Object pDispDesc,
Object memid
)
public:
virtual String^ GetCommandName(
[InAttribute] Object^ pDispDesc,
[InAttribute] Object^ memid
)
public function GetCommandName(
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 command handler name.
Реализации
IVCWizCtlUI.GetCommandName(Object, Object)
Примеры
See GetClassCommandHandlerDesc.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
Visual C++ Extensibility Object Model