Help.SyncIndex(String, Int32) 方法

定义

在主题中查找 K 关键字,但除非指定,否则不会在文档资源管理器中显示主题。

public:
 void SyncIndex(System::String ^ bstrKeyword, int fShow);
public:
 void SyncIndex(Platform::String ^ bstrKeyword, int fShow);
void SyncIndex(std::wstring const & bstrKeyword, int fShow);
[System.Runtime.InteropServices.DispId(19)]
public void SyncIndex (string bstrKeyword, int fShow);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SyncIndex : string * int -> unit
Public Sub SyncIndex (bstrKeyword As String, fShow As Integer)

参数

bstrKeyword
String

包含 K 关键字的字符串。

fShow
Int32

设置以强制打开 "索引" 窗口。

属性

注解

不推荐使用此方法。 有关 SyncIndex 当前实现的信息,请参阅。

适用于