ProjectImportElement.OriginalElement Property

Definition

If the import is an implicit one (ImplicitImportLocation != None) then this element points to the original element which generated this implicit import.

public:
 property Microsoft::Build::Construction::ProjectElement ^ OriginalElement { Microsoft::Build::Construction::ProjectElement ^ get(); };
public Microsoft.Build.Construction.ProjectElement OriginalElement { get; }
member this.OriginalElement : Microsoft.Build.Construction.ProjectElement
Public ReadOnly Property OriginalElement As ProjectElement

Property Value

Applies to