DExploreAppObjClass.SyncIndex(String, Int32) Method

Definition

Deprecated. Use SyncIndex(String, Int32) instead.

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)

Parameters

bstrKeyword
String

A string containing the K-keyword.

fShow
Int32

Set to force the Index window to open.

Implements

Attributes

Applies to