ProjectItemGroupTaskItemInstance.Metadata Property

Definition

Ordered collection of unevaluated metadata on the item. If there is no metadata, returns an empty collection.

public:
 property System::Collections::Generic::ICollection<Microsoft::Build::Execution::ProjectItemGroupTaskMetadataInstance ^> ^ Metadata { System::Collections::Generic::ICollection<Microsoft::Build::Execution::ProjectItemGroupTaskMetadataInstance ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectItemGroupTaskMetadataInstance> Metadata { get; }
member this.Metadata : System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectItemGroupTaskMetadataInstance>
Public ReadOnly Property Metadata As ICollection(Of ProjectItemGroupTaskMetadataInstance)

Property Value

An ordered collection of unevaluated metadata on the item.

Applies to