ImplicitImportLocation Enum
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.
Represents the location of an implicit import.
public enum class ImplicitImportLocation
public enum ImplicitImportLocation
type ImplicitImportLocation =
Public Enum ImplicitImportLocation
- Inheritance
-
ImplicitImportLocation
Fields
Name | Value | Description |
---|---|---|
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. |
Bottom | 2 | The import was implicitly added at the bottom of the project. |