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

‘선언
<GuidAttribute("12F49949-7B60-49CD-B6A0-2B5E4A638AAF")> _
<ComVisibleAttribute(True)> _
Public Enumeration ComponentsLocation
‘사용 방법
Dim instance As 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