Freigeben über


GenerateBootstrapper.BootstrapperComponentFiles Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the built location of bootstrapper package files.

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
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
<OutputAttribute> _
Public Property BootstrapperComponentFiles As String()
[OutputAttribute]
public string[] BootstrapperComponentFiles { get; set; }
[OutputAttribute]
public:
property array<String^>^ BootstrapperComponentFiles {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
[<OutputAttribute>]
member BootstrapperComponentFiles : string[] with get, set
function get BootstrapperComponentFiles () : String[]
function set BootstrapperComponentFiles (value : String[])

Property Value

Type: array<System.String[]
The built location of bootstrapper package files.

Remarks

If CopyComponents is true, the values of BootstrapperComponentFiles should all be based on OutputPath. Otherwise, the BootstrapperComponentFiles values are based on the value of the Path property.

.NET Framework Security

See Also

Reference

GenerateBootstrapper Class

Microsoft.Build.Tasks Namespace