ProjectInstance.EvaluatedItemElements Property

Definition

Gets a List<T> object containing evaluated items.

public:
 property System::Collections::Generic::List<Microsoft::Build::Construction::ProjectItemElement ^> ^ EvaluatedItemElements { System::Collections::Generic::List<Microsoft::Build::Construction::ProjectItemElement ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Build.Construction.ProjectItemElement> EvaluatedItemElements { get; }
member this.EvaluatedItemElements : System.Collections.Generic.List<Microsoft.Build.Construction.ProjectItemElement>
Public ReadOnly Property EvaluatedItemElements As List(Of ProjectItemElement)

Property Value

Applies to