Help.CanSyncContents Method
Determines if a URL can be synchronized to or not.
Namespace: Microsoft.VisualStudio.VSHelp
Assembly: Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)
Syntax
'Déclaration
Sub CanSyncContents ( _
bstrURL As String _
)
'Utilisation
Dim instance As Help
Dim bstrURL As String
instance.CanSyncContents(bstrURL)
void CanSyncContents(
string bstrURL
)
void CanSyncContents(
[InAttribute] String^ bstrURL
)
function CanSyncContents(
bstrURL : String
)
Parameters
bstrURL
Type: System.StringA string containing the URL.
Remarks
This method is deprecated. See CanSyncContents for current documentation.
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.