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
'Déclaration
Sub SyncIndex ( _
bstrKeyword As String, _
fShow As Integer _
)
'Utilisation
Dim instance As Help
Dim bstrKeyword As String
Dim fShow As Integer
instance.SyncIndex(bstrKeyword, fShow)
void SyncIndex(
string bstrKeyword,
int fShow
)
void SyncIndex(
[InAttribute] String^ bstrKeyword,
[InAttribute] int fShow
)
function SyncIndex(
bstrKeyword : String,
fShow : int
)
Parameters
bstrKeyword
Type: System.StringA string containing the K-keyword.
fShow
Type: System.Int32Set to force the Index window to open.
Remarks
This method is deprecated. See SyncIndex for information about the current implementation.
Permissions
- 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.