IVCWizCtlUI.NavigateToCommandHandler Method

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

'Declaration
Sub NavigateToCommandHandler ( _
    pDispDesc As Object, _
    memid As Object, _
    bstrName As String _
)
'Usage
Dim instance As IVCWizCtlUI 
Dim pDispDesc As Object 
Dim memid As Object 
Dim bstrName As String

instance.NavigateToCommandHandler(pDispDesc, _
    memid, bstrName)
void NavigateToCommandHandler(
    Object pDispDesc,
    Object memid,
    string bstrName
)
void NavigateToCommandHandler(
    [InAttribute] Object^ pDispDesc, 
    [InAttribute] Object^ memid, 
    [InAttribute] String^ bstrName
)
function NavigateToCommandHandler(
    pDispDesc : Object, 
    memid : Object, 
    bstrName : String
)

Parameters

  • 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.

Remarks

If the command handler doesn't exist, it is created.

.NET Framework Security

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace