ProjectImportElement.OriginalElement 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.
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