DExploreAppObjClass.DisplayTopicFromF1Keyword(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.
Action déconseillée. Utilisez DisplayTopicFromF1Keyword(String) à la place.
public:
virtual void DisplayTopicFromF1Keyword(System::String ^ pszKeyword) = Microsoft::VisualStudio::VSHelp::Help::DisplayTopicFromF1Keyword;
public:
virtual void DisplayTopicFromF1Keyword(Platform::String ^ pszKeyword) = Microsoft::VisualStudio::VSHelp::Help::DisplayTopicFromF1Keyword;
virtual void DisplayTopicFromF1Keyword(std::wstring const & pszKeyword);
[System.Runtime.InteropServices.DispId(10)]
public virtual void DisplayTopicFromF1Keyword (string pszKeyword);
[<System.Runtime.InteropServices.DispId(10)>]
abstract member DisplayTopicFromF1Keyword : string -> unit
override this.DisplayTopicFromF1Keyword : string -> unit
Public Overridable Sub DisplayTopicFromF1Keyword (pszKeyword As String)
Paramètres
- pszKeyword
- String
Mot clé F1 fourni pour la boîte de dialogue.
Implémente
- Attributs