Поделиться через


IVCWizCtlUI.CommandHandlerExists - метод

Indicates whether the specified handler has been implemented.

Пространство имен:  Microsoft.VisualStudio.VsWizard
Сборка:  Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)

Синтаксис

'Декларация
Function CommandHandlerExists ( _
    pDispDesc As Object, _
    memid As Object _
) As Boolean
'Применение
Dim instance As IVCWizCtlUI
Dim pDispDesc As Object
Dim memid As Object
Dim returnValue As Boolean

returnValue = instance.CommandHandlerExists(pDispDesc, _
    memid)
bool CommandHandlerExists(
    Object pDispDesc,
    Object memid
)
bool CommandHandlerExists(
    [InAttribute] Object^ pDispDesc, 
    [InAttribute] Object^ memid
)
function CommandHandlerExists(
    pDispDesc : Object, 
    memid : Object
) : boolean

Параметры

  • memid
    Тип: System.Object

    Required. The index to the command description table represented by pDispDesc.

Возвращаемое значение

Тип: System.Boolean

true if the command handler exists; otherwise, false.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

IVCWizCtlUI Интерфейс

IVCWizCtlUI - члены

Microsoft.VisualStudio.VsWizard - пространство имен