ProjectItemDefinition.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.
Metadata on the item definition. If there is no metadata, returns empty collection. This is a read-only collection.
public:
property System::Collections::Generic::IEnumerable<Microsoft::Build::Evaluation::ProjectMetadata ^> ^ Metadata { System::Collections::Generic::IEnumerable<Microsoft::Build::Evaluation::ProjectMetadata ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Build.Evaluation.ProjectMetadata> Metadata { get; }
member this.Metadata : seq<Microsoft.Build.Evaluation.ProjectMetadata>
Public ReadOnly Property Metadata As IEnumerable(Of ProjectMetadata)
Property Value
An enumerator over all metadata for the item definition.
Remarks
This is a read-only collection.