ResolvedImport.ImportingElement 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.
Gets the element doing the import. Null if this is the top project
public:
property Microsoft::Build::Construction::ProjectImportElement ^ ImportingElement { Microsoft::Build::Construction::ProjectImportElement ^ get(); };
public Microsoft.Build.Construction.ProjectImportElement ImportingElement { get; }
member this.ImportingElement : Microsoft.Build.Construction.ProjectImportElement
Public ReadOnly Property ImportingElement As ProjectImportElement
Property Value
The element doing the import.