EnvironmentReference.ReferenceLocationType 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.
Specifies if the reference location is an absolute folder name or the local folder that the project is in.
public: enum class EnvironmentReference::ReferenceLocationType
public enum EnvironmentReference.ReferenceLocationType
type EnvironmentReference.ReferenceLocationType =
Public Enum EnvironmentReference.ReferenceLocationType
- Inheritance
-
EnvironmentReference.ReferenceLocationType
Fields
Name | Value | Description |
---|---|---|
Absolute | 0 | The type is Absolute. |
Relative | 1 | The type is Relative. |