ResolveAssemblyReference.ScatterFiles Property

Definition

Scatter files associated with one of the given assemblies. bool CopyLocal - whether the given reference should be copied to the output directory.

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

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ ScatterFiles { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] ScatterFiles { get; }
[<Microsoft.Build.Framework.Output>]
member this.ScatterFiles : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property ScatterFiles As ITaskItem()

Property Value

ITaskItem[]

The scatter files associated with one of the given assemblies.

Attributes

Applies to