Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Sub SyncIndex ( _
bstrKeyword As String, _
fShow As Integer _
)
void SyncIndex(
string bstrKeyword,
int fShow
)
void SyncIndex(
[InAttribute] String^ bstrKeyword,
[InAttribute] int fShow
)
abstract SyncIndex :
bstrKeyword:string *
fShow:int -> unit
function SyncIndex(
bstrKeyword : String,
fShow : int
)
Parameters
- bstrKeyword
Type: System.String
A string containing the K-keyword.
- fShow
Type: System.Int32
Set to force the Index window to open.
Remarks
This method is deprecated. See SyncIndex for information about the current implementation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.