CreateRiaClientFilesTask.CopiedFiles Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets the list of shared files that have been copied into the client project
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
<OutputAttribute> _
Public ReadOnly Property CopiedFiles As ITaskItem()
Get
'Usage
Dim instance As CreateRiaClientFilesTask
Dim value As ITaskItem()
value = instance.CopiedFiles
[OutputAttribute]
public ITaskItem[] CopiedFiles { get; }
[OutputAttribute]
public:
property array<ITaskItem^>^ CopiedFiles {
array<ITaskItem^>^ get ();
}
[<OutputAttribute>]
member CopiedFiles : ITaskItem[]
function get CopiedFiles () : ITaskItem[]
Property Value
Type: array<Microsoft.Build.Framework.ITaskItem[]
Returns anITaskItem object containing the list of shared files that have been copied into the client project.