ComponentsLocation Enumeration
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Specifies the way that required components will be published.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Namespace: Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("12F49949-7B60-49CD-B6A0-2B5E4A638AAF")> _
Public Enumeration ComponentsLocation
[ComVisibleAttribute(true)]
[GuidAttribute("12F49949-7B60-49CD-B6A0-2B5E4A638AAF")]
public enum ComponentsLocation
[ComVisibleAttribute(true)]
[GuidAttribute(L"12F49949-7B60-49CD-B6A0-2B5E4A638AAF")]
public enum class ComponentsLocation
[<ComVisibleAttribute(true)>]
[<GuidAttribute("12F49949-7B60-49CD-B6A0-2B5E4A638AAF")>]
type ComponentsLocation
public enum ComponentsLocation
Members
Member name | Description | |
---|---|---|
Absolute | Specifies that products be located at a specific location.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
HomeSite | Specifies that products be found according to the redistributable vendor's designated URL.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
Relative | Specifies that products be located relative to the generated bootstrapper.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |