DExploreAppObjClass.SyncContents(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 SyncContents(String) instead.
public:
virtual void SyncContents(System::String ^ bstrURL) = Microsoft::VisualStudio::VSHelp::Help::SyncContents;
public:
virtual void SyncContents(Platform::String ^ bstrURL) = Microsoft::VisualStudio::VSHelp::Help::SyncContents;
virtual void SyncContents(std::wstring const & bstrURL);
[System.Runtime.InteropServices.DispId(12)]
public virtual void SyncContents (string bstrURL);
[<System.Runtime.InteropServices.DispId(12)>]
abstract member SyncContents : string -> unit
override this.SyncContents : string -> unit
Public Overridable Sub SyncContents (bstrURL As String)
Parameters
- bstrURL
- String
A string containing the URL.
Implements
- Attributes