ProjectItemLink.MetadataCollection 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.
Facilitate remoting the Metadata and MetadataCount.
public:
abstract property System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectMetadata ^> ^ MetadataCollection { System::Collections::Generic::ICollection<Microsoft::Build::Evaluation::ProjectMetadata ^> ^ get(); };
public abstract System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectMetadata> MetadataCollection { get; }
member this.MetadataCollection : System.Collections.Generic.ICollection<Microsoft.Build.Evaluation.ProjectMetadata>
Public MustOverride ReadOnly Property MetadataCollection As ICollection(Of ProjectMetadata)