ResolvedImport.ImportingElement Property

Definition

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

Applies to