AssignCulture.AssignedFilesWithCulture Property

Definition

This is a subset of AssignedFiles that has all of the items that ended up have a Culture assigned to them. This includes items that already had a Culture in the incoming Files list as well as items that were assigned a Culture because they had a valid culture ID embedded in their file name.

The following is always true:

 AssignedFiles = AssignedFilesWithCulture + AssignedFilesWithNoCulture

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

Property Value

A subset of AssignedFiles that have a Culture metadata entry.

Attributes

Applies to