Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
HomeSite | The component vendor's site. | |
Relative | The same location as the bootstrapper. | |
Absolute | An absolute path specified by BootstrapperDownloadUrl. |