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