Help::SyncIndex Method (String^, Int32)

 

Looks up the topic specifies by the K-keyword but does not display the topic in Document Explorer, unless specified.

Namespace:   Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

void SyncIndex(
	String^ bstrKeyword,
	int fShow
)

Parameters

bstrKeyword
Type: System::String^

A string containing the K-keyword.

fShow
Type: System::Int32

Set to force the Index window to open.

This method is deprecated. See SyncIndex for information about the current implementation.

Return to top
Show: