VCWizCtlClass.NavigateToCommandHandler(Object, Object, String) Méthode

Définition

Ouvre l'éditeur de texte et place le curseur au niveau du gestionnaire spécifié.

 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 = "")

Paramètres

pDispDesc
Object

Objet de description de commandes d'événements retourné par GetClassCommandHandlerDesc(Object, String, String).

memid
Object

Index du tableau de description de la commande représenté par pDispDesc.

bstrName
String

Chaîne contenant le nom du gestionnaire de commandes à rechercher.

Implémente

Attributs

Remarques

Si le gestionnaire de commandes n’existe pas, il est créé.

S’applique à