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