Share via


IVCWizCtlUI.GetClassCommandHandlerDesc – metoda

Získá objekt popisovače příkazu pro určité třídy a název příkazu.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Deklarace
Function GetClassCommandHandlerDesc ( _
    pDispClass As Object, _
    bstrCommandName As String, _
    bstrControlType As String _
) As Object
Object GetClassCommandHandlerDesc(
    Object pDispClass,
    string bstrCommandName,
    string bstrControlType
)
Object^ GetClassCommandHandlerDesc(
    [InAttribute] Object^ pDispClass, 
    [InAttribute] String^ bstrCommandName, 
    [InAttribute] String^ bstrControlType
)
abstract GetClassCommandHandlerDesc : 
        pDispClass:Object * 
        bstrCommandName:string * 
        bstrControlType:string -> Object
function GetClassCommandHandlerDesc(
    pDispClass : Object, 
    bstrCommandName : String, 
    bstrControlType : String
) : Object

Parametry

  • pDispClass
    Typ: Object

    Požadováno.Ukazatel odesílajícího rozhraní třídy.

  • bstrCommandName
    Typ: String

    Požadováno.Řetězec obsahující název příkazu.

  • bstrControlType
    Typ: String

    Volitelné.Typ ovládacího prvku přidruženého k příkazu zadaného v tabulce symbolů a Průvodce HTML jako "CONTROL_TYPE."

Vrácená hodnota

Typ: Object
Objekt příkazu popis obslužné rutiny.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVCWizCtlUI Rozhraní

Microsoft.VisualStudio.VsWizard – obor názvů