ProjectImportElement.ImplicitImportLocation Property

Definition

Gets the ImplicitImportLocation of the import. This indicates if the import was implicitly added because of the Sdk attribute and the location where the project was imported.

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

Property Value

Applies to