Share via


ProjectLink.AllEvaluatedProperties Property

Definition

Access to remote AllEvaluatedProperties.

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

Property Value

Applies to