Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the command handler object for the specified class and command name.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
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
Parameters
- pDispClass
Type: System.Object
Required. A pointer to the dispinterface of the class.
- bstrCommandName
Type: System.String
Required. A string containing the command name.
- bstrControlType
Type: System.String
Optional. The type of control associated with the command, specified in the symbol table and the wizard HTML as "CONTROL_TYPE."
Return Value
Type: System.Object
The command handler description object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.