ProjectItemGroupTaskItemInstance.Metadata Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.