ProjectItemDefinitionElement.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.
Get any child metadata definitions.
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 definitions.