Sdílet prostřednictvím


ProjectItemDefinitionLink.Metadata Property

Definition

Facilitate remoting the Metadata and MetadataCount.

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

Property Value

Applies to