ProjectItemLink.DirectMetadata 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 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)