VCWizCtlClass.GetCommandCount - метод
Gets the number of commands in the specified list.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Public Overridable Function GetCommandCount ( _
pDispDesc As Object _
) As Object
'Применение
Dim instance As VCWizCtlClass
Dim pDispDesc As Object
Dim returnValue As Object
returnValue = instance.GetCommandCount(pDispDesc)
public virtual Object GetCommandCount(
Object pDispDesc
)
public:
virtual Object^ GetCommandCount(
[InAttribute] Object^ pDispDesc
)
public function GetCommandCount(
pDispDesc : Object
) : Object
Параметры
pDispDesc
Тип: System.ObjectRequired. The event command description object returned by GetClassCommandHandlerDesc.
Возвращаемое значение
Тип: System.Object
The number of commands in the specified list.
Реализации
IVCWizCtlUI.GetCommandCount(Object)
Примеры
See CommandHandlerExists.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
Visual C++ Extensibility Object Model