CreateRiaClientFilesTask.GeneratedFiles 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 code files created by this task.
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
<OutputAttribute> _
Public ReadOnly Property GeneratedFiles As ITaskItem()
Get
'Usage
Dim instance As CreateRiaClientFilesTask
Dim value As ITaskItem()
value = instance.GeneratedFiles
[OutputAttribute]
public ITaskItem[] GeneratedFiles { get; }
[OutputAttribute]
public:
property array<ITaskItem^>^ GeneratedFiles {
array<ITaskItem^>^ get ();
}
[<OutputAttribute>]
member GeneratedFiles : ITaskItem[]
function get GeneratedFiles () : ITaskItem[]
Property Value
Type: array<Microsoft.Build.Framework.ITaskItem[]
Returns anITaskItem object containing the list of code files created by this task..