Help.SyncIndex(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Looks up the topic specifies by the K-keyword but does not display the topic in Document Explorer, unless specified.
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)
Parameters
- bstrKeyword
- String
A string containing the K-keyword.
- fShow
- Int32
Set to force the Index window to open.
- Attributes
Remarks
This method is deprecated. See SyncIndex for information about the current implementation.