IVCWizCtlUI.NavigateToCommandHandler(Object, Object, String) Method

Definition

Opens the text editor and places the cursor at the specified handler.

void NavigateToCommandHandler(winrt::Windows::Foundation::IInspectable const & pDispDesc, winrt::Windows::Foundation::IInspectable const & memid, std::wstring const & bstrName = "");
[System.Runtime.InteropServices.DispId(1610743890)]
public void NavigateToCommandHandler (object pDispDesc, object memid, string bstrName = "");
[<System.Runtime.InteropServices.DispId(1610743890)>]
abstract member NavigateToCommandHandler : obj * obj * string -> unit
Public 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.

Attributes

Remarks

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

Applies to