PluginTargetResult.TaskItems Property

Definition

public:
 property System::Collections::Generic::IReadOnlyCollection<Microsoft::Build::Framework::ITaskItem2 ^> ^ TaskItems { System::Collections::Generic::IReadOnlyCollection<Microsoft::Build::Framework::ITaskItem2 ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.Framework.ITaskItem2> TaskItems { get; }
member this.TaskItems : System.Collections.Generic.IReadOnlyCollection<Microsoft.Build.Framework.ITaskItem2>
Public ReadOnly Property TaskItems As IReadOnlyCollection(Of ITaskItem2)

Property Value

IReadOnlyCollection<ITaskItem2>

Applies to