DExploreAppObjClass.SyncIndex(String, Int32) 方法

定义

已弃用。 请改用 SyncIndex(String, Int32)

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

参数

bstrKeyword
String

包含 K 关键字的字符串。

fShow
Int32

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

实现

属性

适用于