EntityDeploySplit.EmbeddingItems Property

An array of ITaskItem that contains information about the model and mapping files that will be embedded as resources.

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

Syntax

'Declaration
<OutputAttribute> _
Public Property EmbeddingItems As ITaskItem()
[OutputAttribute]
public ITaskItem[] EmbeddingItems { get; set; }
[OutputAttribute]
public:
property array<ITaskItem^>^ EmbeddingItems {
    array<ITaskItem^>^ get ();
    void set (array<ITaskItem^>^ value);
}
[<OutputAttribute>]
member EmbeddingItems : ITaskItem[] with get, set
function get EmbeddingItems () : ITaskItem[]
function set EmbeddingItems (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 EmbeddingItems 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