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()
Get
[OutputAttribute]
public ITaskItem[] ResourcesToEmbed { get; }
[OutputAttribute]
public:
property array<ITaskItem^>^ ResourcesToEmbed {
array<ITaskItem^>^ get ();
}
[<OutputAttribute>]
member 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 4
See Also
Reference
EntityDeploySetLogicalNames Class