Bagikan melalui


AssignCulture.AssignedFiles Property

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

Gets a list of Files with a Culture metadata entry added to each item.

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 ReadOnly Property AssignedFiles As ITaskItem()
[OutputAttribute]
public ITaskItem[] AssignedFiles { get; }
[OutputAttribute]
public:
property array<ITaskItem^>^ AssignedFiles {
    array<ITaskItem^>^ get ();
}
[<OutputAttribute>]
member AssignedFiles : ITaskItem[] with get
function get AssignedFiles () : ITaskItem[]

Property Value

Type: array<Microsoft.Build.Framework.ITaskItem[]
The list of Files, with a Culture metadata entry added to each item.

Remarks

If the incoming item from the Files property already contains a Culture metadata entry, the original metadata entry is used.

The task only assigns a Culture metadata entry if the file name contains a valid culture identifier. The culture identifier must be between the last two dots in the filename.

.NET Framework Security

See Also

Reference

AssignCulture Class

Microsoft.Build.Tasks Namespace