ProjectItemElement.Metadata Property

Definition

Get any child metadata.

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

Property Value

All child metadata.

Applies to