DExploreAppObjClass.DisplayTopicFromKeyword(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
已弃用。 请改用 DisplayTopicFromKeyword(String)。
public:
virtual void DisplayTopicFromKeyword(System::String ^ pszKeyword) = Microsoft::VisualStudio::VSHelp::Help::DisplayTopicFromKeyword;
public:
virtual void DisplayTopicFromKeyword(Platform::String ^ pszKeyword) = Microsoft::VisualStudio::VSHelp::Help::DisplayTopicFromKeyword;
virtual void DisplayTopicFromKeyword(std::wstring const & pszKeyword);
[System.Runtime.InteropServices.DispId(9)]
public virtual void DisplayTopicFromKeyword (string pszKeyword);
[<System.Runtime.InteropServices.DispId(9)>]
abstract member DisplayTopicFromKeyword : string -> unit
override this.DisplayTopicFromKeyword : string -> unit
Public Overridable Sub DisplayTopicFromKeyword (pszKeyword As String)
参数
- pszKeyword
- String
要查找和显示的帮助主题的 K 关键字索引。
实现
- 属性