共用方式為


Help.DisplayTopicFromKeyword 方法

使用 k 關鍵字索引來執行查閱。

命名空間:  Microsoft.VisualStudio.VSHelp
組件:  Microsoft.VisualStudio.VSHelp (在 Microsoft.VisualStudio.VSHelp.dll 中)

語法

'宣告
Sub DisplayTopicFromKeyword ( _
    pszKeyword As String _
)
void DisplayTopicFromKeyword(
    string pszKeyword
)
void DisplayTopicFromKeyword(
    [InAttribute] String^ pszKeyword
)
abstract DisplayTopicFromKeyword : 
        pszKeyword:string -> unit
function DisplayTopicFromKeyword(
    pszKeyword : String
)

參數

  • pszKeyword
    類型:String

    K 關鍵字索引以尋找和顯示的 [說明] 主題。

備註

這個方法已被取代。 請參閱DisplayTopicFromKeyword有關目前的實作。

.NET Framework 安全性

請參閱

參考

Help 介面

Microsoft.VisualStudio.VSHelp 命名空間