DExploreAppObjClass.DisplayTopicFromF1Keyword(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.
Deprecated. Use DisplayTopicFromF1Keyword(String) instead.
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)
Parameters
- pszKeyword
- String
F1 keyword provided for the dialog box.
Implements
- Attributes