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)

void CanSyncContents(
	String^ bstrURL
)

Parameters

bstrURL
Type: System::String^

A string containing the URL.

If there is a corresponding URL in the table of contents, the URL can be synchronized.

<REVIEWERS> - This returns a void? How can this be used, or should it?

Return to top
Show: