VCWizCtlClass::NavigateToCommandHandler Method (Object^, Object^, String^)

 

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)

public:
virtual void NavigateToCommandHandler(
	Object^ pDispDesc,
	Object^ memid,
	String^ bstrName = ""
)

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.

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

Return to top
Show: