EntityDeploy.EntityDataModelEmbeddedResources Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Output property that contains the list of all embedded 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 EntityDataModelEmbeddedResources As ITaskItem()
    Get
'Usage
Dim instance As EntityDeploy
Dim value As ITaskItem()

value = instance.EntityDataModelEmbeddedResources
[OutputAttribute]
public ITaskItem[] EntityDataModelEmbeddedResources { get; }
[OutputAttribute]
public:
property array<ITaskItem^>^ EntityDataModelEmbeddedResources {
    array<ITaskItem^>^ get ();
}
function get EntityDataModelEmbeddedResources () : ITaskItem[]
[<OutputAttribute>]
member EntityDataModelEmbeddedResources : ITaskItem[]

Property Value

Type: array<Microsoft.Build.Framework.ITaskItem[]
An array of ITaskItem. Each element of the array represents an embedded resource.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do 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, 3.5 SP1

See Also

Reference

EntityDeploy Class

EntityDeploy Members

Microsoft.Data.Entity.Build.Tasks Namespace