GenerateBootstrapper.BootstrapperComponentFiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the built location of bootstrapper package files.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property cli::array <System::String ^> ^ BootstrapperComponentFiles { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[Microsoft.Build.Framework.Output]
public string[] BootstrapperComponentFiles { get; set; }
[Microsoft.Build.Framework.Output]
public string[] BootstrapperComponentFiles { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
[<Microsoft.Build.Framework.Output>]
member this.BootstrapperComponentFiles : string[] with get, set
[<Microsoft.Build.Framework.Output>]
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.BootstrapperComponentFiles : string[] with get, set
Public Property BootstrapperComponentFiles As String()
Property Value
The built location of bootstrapper package files.
- Attributes
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.