Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Synchronizes the table of contents to the supplied URL.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Declaración
Sub SyncContents ( _
bstrURL As String _
)
'Uso
Dim instance As Help
Dim bstrURL As String
instance.SyncContents(bstrURL)
void SyncContents(
string bstrURL
)
void SyncContents(
[InAttribute] String^ bstrURL
)
function SyncContents(
bstrURL : String
)
Parameters
bstrURL
Type: System.StringString 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.
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.