Dela via


Help.SyncContents Method

Synchronizes the table of contents to the supplied URL.

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

Syntax

'Declaration
Sub SyncContents ( _
    bstrURL As String _
)
void SyncContents(
    string bstrURL
)
void SyncContents(
    [InAttribute] String^ bstrURL
)
abstract SyncContents : 
        bstrURL:string -> unit 
function SyncContents(
    bstrURL : String
)

Parameters

  • bstrURL
    Type: System.String
    String containing the URL of the current topic that is compatible with Internet Explorer.

Remarks

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

.NET Framework Security

See Also

Reference

Help Interface

Microsoft.VisualStudio.VSHelp Namespace