Opens the text editor and places the cursor at the specified handler.
Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
Public Overridable Sub NavigateToCommandHandler ( _
    pDispDesc As Object, _
    memid As Object, _
    bstrName As String _
)
public virtual void NavigateToCommandHandler(
    Object pDispDesc,
    Object memid,
    string bstrName
)
public:
virtual void NavigateToCommandHandler(
    [InAttribute] Object^ pDispDesc, 
    [InAttribute] Object^ memid, 
    [InAttribute] String^ bstrName
)
abstract NavigateToCommandHandler : 
        pDispDesc:Object * 
        memid:Object * 
        bstrName:string -> unit 
override NavigateToCommandHandler : 
        pDispDesc:Object * 
        memid:Object * 
        bstrName:string -> unit 
public function NavigateToCommandHandler(
    pDispDesc : Object, 
    memid : Object, 
    bstrName : String
)
Parameters
- pDispDesc
 Type: System.Object
 The event command description object returned by GetClassCommandHandlerDesc.
- memid
 Type: System.Object
 The index to the command description table represented by pDispDesc.
- bstrName
 Type: System.String
 A string containing the name of the command handler to find.
Implements
IVCWizCtlUI.NavigateToCommandHandler(Object, Object, String)
Remarks
If the command handler doesn't exist, it is created.
.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.