IVsStartPageDownload Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("F5B2C031-7093-447F-8486-514FB2CCAD4F")> _
Public Interface IVsStartPageDownload
[InterfaceTypeAttribute()]
[GuidAttribute("F5B2C031-7093-447F-8486-514FB2CCAD4F")]
public interface IVsStartPageDownload
[InterfaceTypeAttribute()]
[GuidAttribute(L"F5B2C031-7093-447F-8486-514FB2CCAD4F")]
public interface class IVsStartPageDownload
[<InterfaceTypeAttribute()>]
[<GuidAttribute("F5B2C031-7093-447F-8486-514FB2CCAD4F")>]
type IVsStartPageDownload = interface end
public interface IVsStartPageDownload
The IVsStartPageDownload type exposes the following members.
Methods
Name | Description | |
---|---|---|
StartDownloadService | Starts the download service. | |
StopDownloadService | Stops the download service. |
Top