DExploreAppObjClass.CanSyncContents(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deprecated. Use CanSyncContents(String) instead.
public:
virtual void CanSyncContents(System::String ^ bstrURL) = Microsoft::VisualStudio::VSHelp::Help::CanSyncContents;
public:
virtual void CanSyncContents(Platform::String ^ bstrURL) = Microsoft::VisualStudio::VSHelp::Help::CanSyncContents;
virtual void CanSyncContents(std::wstring const & bstrURL);
[System.Runtime.InteropServices.DispId(13)]
public virtual void CanSyncContents (string bstrURL);
[<System.Runtime.InteropServices.DispId(13)>]
abstract member CanSyncContents : string -> unit
override this.CanSyncContents : string -> unit
Public Overridable Sub CanSyncContents (bstrURL As String)
Parameters
- bstrURL
- String
A string that contains the URL.
Implements
- Attributes