EntityDeploySetLogicalNames.ResourcesToEmbed Property

An array of ITaskItem that contains information about the model and mapping files, including correct LogicalNames, 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 ReadOnly Property ResourcesToEmbed As ITaskItem()
[OutputAttribute]
public ITaskItem[] ResourcesToEmbed { get; }
[OutputAttribute]
public:
property array<ITaskItem^>^ ResourcesToEmbed {
    array<ITaskItem^>^ get ();
}
[<OutputAttribute>]
member ResourcesToEmbed : ITaskItem[] with get
function get ResourcesToEmbed () : 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 ResourcesToEmbed property is an output for the EntityDeploySetLogicalNames build task.

Version Information

.NET Framework

Supported in: 4.6, 4.5, 4

See Also

Reference

EntityDeploySetLogicalNames Class

Microsoft.Data.Entity.Build.Tasks Namespace