Share via


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
HomeSite The component vendor's site.
Relative The same ___location as the bootstrapper.
Absolute An absolute path specified by BootstrapperDownloadUrl.

See Also

Reference

Microsoft.VisualStudio.ManagedInterfaces.Publish Namespace