XmlPrimeTask.Collections PropertyXmlPrimeTask.Collections PropertyXmlPrimeTask::Collections Property

Optional ITaskItemITaskItemITaskItem[] parameter.

>Specifies the available collections.

Syntax

Public Property Collections As Microsoft.Build.Framework.ITaskItem[]
        Get
        Set(ByVal value As Microsoft.Build.Framework.ITaskItem[])
public Microsoft.Build.Framework.ITaskItem[] Collections { get; set; }
public:
property array<Microsoft.Build.Framework::ITaskItem^> Collections {
    array<Microsoft.Build.Framework::ITaskItem^> get();
    void set(array<Microsoft.Build.Framework::ITaskItem^> value);
}
 

Property Value

Type: Microsoft.Build.Framework.ITaskItem[]Microsoft.Build.Framework.ITaskItem()array<Microsoft.Build.Framework::ITaskItem^>^

An array of ITaskItemITaskItemITaskItem instances representing the set of available collections.

Remarks

If the CollectionURI metadata is defined the item will be added to the specified collection. Otherwise the items will be set as the default collection. If an input file is gzipped (.gz) it will be automatically decompressed before being loaded.