AssignCulture.AssignedFilesWithNoCulture 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.
This is a subset of AssignedFiles that has all of the items that ended up with no Culture assigned to them.
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 ^> ^ AssignedFilesWithNoCulture { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] AssignedFilesWithNoCulture { get; }
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] AssignedFilesWithNoCulture { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
[<Microsoft.Build.Framework.Output>]
member this.AssignedFilesWithNoCulture : 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.AssignedFilesWithNoCulture : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property AssignedFilesWithNoCulture As ITaskItem()
Property Value
A subset of AssignedFiles that do not have a Culture
metadata entry.
- Attributes