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
類型:StringK 關鍵字索引以尋找和顯示的 [說明] 主題。
備註
這個方法已被取代。 請參閱DisplayTopicFromKeyword有關目前的實作。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。