EntityDeploySplit.NonEmbeddingItems Property

An array of ITaskItem that contains information about the model and mapping files that will be copied to the output directory.

Namespace:  Microsoft.Data.Entity.Build.Tasks
Assembly:  Microsoft.Data.Entity.Build.Tasks (in Microsoft.Data.Entity.Build.Tasks.dll)

Syntax

'Declaration
<OutputAttribute> _
Public Property NonEmbeddingItems As ITaskItem()
[OutputAttribute]
public ITaskItem[] NonEmbeddingItems { get; set; }
[OutputAttribute]
public:
property array<ITaskItem^>^ NonEmbeddingItems {
    array<ITaskItem^>^ get ();
    void set (array<ITaskItem^>^ value);
}
[<OutputAttribute>]
member NonEmbeddingItems : ITaskItem[] with get, set
function get NonEmbeddingItems () : ITaskItem[]
function set NonEmbeddingItems (value : ITaskItem[])

Property Value

Type: array<Microsoft.Build.Framework.ITaskItem[]
An array that contains information about the model and mapping files that will be embedded as resources.

Remarks

The NonEmbeddingItems property is an output for the EntityDeploySplit build task.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

EntityDeploySplit Class

Microsoft.Data.Entity.Build.Tasks Namespace