Delen via


Help.SyncIndex Method

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

See Also

Reference

Help Interface

Microsoft.VisualStudio.VSHelp Namespace