Metodo IVCWizCtlUI.GetClassCommandHandlerDesc
Ottiene l'oggetto del gestore comando per la classe e il nome di comando specificati.
Spazio dei nomi: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Sintassi
'Dichiarazione
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
Parametri
pDispClass
Tipo: ObjectNecessario. Puntatore all'interfaccia dispatch della classe.
bstrCommandName
Tipo: StringNecessario. Stringa contenente il nome del comando.
bstrControlType
Tipo: StringOpzionale. Tipo del controllo associato al comando, specificato nella tabella di simboli e nella procedura guidata HTML come "CONTROL_TYPE".
Valore restituito
Tipo: Object
Oggetto di descrizione del gestore comando.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.