ProjectItemDefinitionInstance.Metadata Property

Definition

Metadata on the item definition. If there is no metadata, returns empty collection. This is a read-only collection.

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

Property Value

All the metadata for this item definition. If there is no metadata, returns empty collection.

Applies to