IVsStartPageDownload Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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 | ||
StopDownloadService |
Top