ComponentsLocation Enumeration
Specifies the location from which packages should be downloaded at install time.
Namespace: Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly: Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)
Syntax
'Declaration
<GuidAttribute("12F49949-7B60-49CD-B6A0-2B5E4A638AAF")> _
<ComVisibleAttribute(True)> _
Public Enumeration ComponentsLocation
[GuidAttribute("12F49949-7B60-49CD-B6A0-2B5E4A638AAF")]
[ComVisibleAttribute(true)]
public enum ComponentsLocation
[GuidAttribute(L"12F49949-7B60-49CD-B6A0-2B5E4A638AAF")]
[ComVisibleAttribute(true)]
public enum class ComponentsLocation
[<GuidAttribute("12F49949-7B60-49CD-B6A0-2B5E4A638AAF")>]
[<ComVisibleAttribute(true)>]
type ComponentsLocation
public enum ComponentsLocation
Members
Member name | Description | |
---|---|---|
Absolute | An absolute path specified by BootstrapperDownloadUrl. | |
HomeSite | The component vendor's site. | |
Relative | The same location as the bootstrapper. |