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; }
public Microsoft.Build.Construction.ProjectImportElement ImportingElement { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ImportingElement : Microsoft.Build.Construction.ProjectImportElement
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ImportingElement : Microsoft.Build.Construction.ProjectImportElement
Public ReadOnly Property ImportingElement As ProjectImportElement
Property Value
The element doing the import.
- Attributes