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]
public Microsoft.Build.Framework.ITaskItem[] ScatterFiles { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
[<Microsoft.Build.Framework.Output>]
member this.ScatterFiles : Microsoft.Build.Framework.ITaskItem[]
[<Microsoft.Build.Framework.Output>]
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ScatterFiles : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property ScatterFiles As ITaskItem()

Property Value

The scatter files associated with one of the given assemblies.

Attributes

Applies to