查找主题按该 K 关键字指定,但不显示主题介绍资源管理器中,除非特别说明。
命名空间: Microsoft.VisualStudio.VSHelp
程序集: Microsoft.VisualStudio.VSHelp(在 Microsoft.VisualStudio.VSHelp.dll 中)
语法
声明
Sub SyncIndex ( _
bstrKeyword As String, _
fShow As Integer _
)
void SyncIndex(
string bstrKeyword,
int fShow
)
void SyncIndex(
[InAttribute] String^ bstrKeyword,
[InAttribute] int fShow
)
abstract SyncIndex :
bstrKeyword:string *
fShow:int -> unit
function SyncIndex(
bstrKeyword : String,
fShow : int
)
参数
bstrKeyword
类型:String包含 K 关键字的字符串。
fShow
类型:Int32设置强制索引窗口中打开。
备注
此方法已被否决。 有关当前实现的信息,请参见 SyncIndex 。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。