IVsStartPageDownload Interface

Definition

Implemented by the Start Page Download service. Allows the Start Page client to kick a downloading service for the Start Page on a background thread. This should only be used internally by the Start Page implementation.

public interface class IVsStartPageDownload
public interface class IVsStartPageDownload
__interface IVsStartPageDownload
[System.Runtime.InteropServices.Guid("F5B2C031-7093-447F-8486-514FB2CCAD4F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsStartPageDownload
[<System.Runtime.InteropServices.Guid("F5B2C031-7093-447F-8486-514FB2CCAD4F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsStartPageDownload = interface
Public Interface IVsStartPageDownload
Attributes

Methods

StartDownloadService()

Starts the download service.

StopDownloadService()

Stops the download service.

Applies to