VCWizCtlClass::NavigateToCommandHandler Method (Object^, Object^, String^)
Visual Studio 2015
Opens the text editor and places the cursor at the specified handler.
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.
Show: