IVsStartPageDownload Interface

 

This API supports the product 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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("F5B2C031-7093-447F-8486-514FB2CCAD4F")]
public interface IVsStartPageDownload

NameDescription
System_CAPS_pubmethodStartDownloadService()

This API supports the product infrastructure and is not intended to be used directly from your code. Starts the download service.

System_CAPS_pubmethodStopDownloadService()

This API supports the product infrastructure and is not intended to be used directly from your code. Stops the download service.

Return to top
Show: