Help2.CanSyncContents Method (String)
Determines if a URL can be synchronized to or not.
Namespace: Microsoft.VisualStudio.VSHelp80
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
Syntax
'Déclaration
Sub CanSyncContents ( _
bstrURL As String _
)
void CanSyncContents(
string bstrURL
)
void CanSyncContents(
[InAttribute] String^ bstrURL
)
abstract CanSyncContents :
bstrURL:string -> unit
function CanSyncContents(
bstrURL : String
)
Parameters
- bstrURL
Type: System.String
A string containing the URL.
Implements
Remarks
If there is a corresponding URL in the table of contents, the URL can be synchronized.
.NET Framework Security
- 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.