ImplicitImportLocation Enum

Definition

Represents the location of an implicit import.

public enum class ImplicitImportLocation
public enum ImplicitImportLocation
type ImplicitImportLocation = 
Public Enum ImplicitImportLocation
Inheritance
ImplicitImportLocation

Fields

Bottom 2

The import was implicitly added at the bottom of the project.

None 0

The import is not implicitly added and is explicitly added in a user-specified location.

Top 1

The import was implicitly added at the top of the project.

Applies to