VCWizCtlClass.NavigateToCommandHandler(Object, Object, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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éé.