ProjectItemDefinitionInstance.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::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.