VCWizCtlClass.NavigateToCommandHandler(Object, Object, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens the text editor and places the cursor at the specified handler.
virtual void NavigateToCommandHandler(winrt::Windows::Foundation::IInspectable const & pDispDesc, winrt::Windows::Foundation::IInspectable const & memid, std::wstring const & bstrName = "");
[System.Runtime.InteropServices.DispId(1610743890)]
public virtual void NavigateToCommandHandler (object pDispDesc, object memid, string bstrName = "");
[<System.Runtime.InteropServices.DispId(1610743890)>]
abstract member NavigateToCommandHandler : obj * obj * string -> unit
override this.NavigateToCommandHandler : obj * obj * string -> unit
Public Overridable Sub NavigateToCommandHandler (pDispDesc As Object, memid As Object, Optional bstrName As String = "")
Parameters
- pDispDesc
- Object
The event command description object returned by GetClassCommandHandlerDesc(Object, String, String).
- memid
- Object
The index to the command description table represented by pDispDesc
.
- bstrName
- String
A string containing the name of the command handler to find.
Implements
- Attributes
Remarks
If the command handler doesn't exist, it is created.