ReferenceType 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.
An enumeration of reference types used by the ProjectTypeResolutionService.
public enum class ReferenceType
public enum class ReferenceType
enum ReferenceType
public enum ReferenceType
type ReferenceType =
Public Enum ReferenceType
- Inheritance
-
ReferenceType
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Normal |
Generated | 1 | Generated |
Project | 2 | Project |
None | 3 | None |
NormalFast | 4 | NormalFast |