Share via


ProjectLink.AllEvaluatedItems Property

Definition

Access to remote AllEvaluatedItems.

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

Property Value

Applies to