IVCWizCtlUI.GetCommandCount - метод
Gets the number of commands in the specified list.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Function GetCommandCount ( _
pDispDesc As Object _
) As Object
'Применение
Dim instance As IVCWizCtlUI
Dim pDispDesc As Object
Dim returnValue As Object
returnValue = instance.GetCommandCount(pDispDesc)
Object GetCommandCount(
Object pDispDesc
)
Object^ GetCommandCount(
[InAttribute] Object^ pDispDesc
)
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.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.