ProjectItemLink.DirectMetadata Property

Definition

Facilitate remoting the DirectMetadata and DirectMetadataCount.

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

Property Value

Applies to