FileReferenceInfoType 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.
Default enumeration types for FileScannerInfo
public enum class FileReferenceInfoType
public enum class FileReferenceInfoType
enum FileReferenceInfoType
public enum FileReferenceInfoType
type FileReferenceInfoType =
Public Enum FileReferenceInfoType
- Inheritance
-
FileReferenceInfoType
Fields
Name | Value | Description |
---|---|---|
None | 0 | None |
Source | 1 | A source file |
Output | 2 | An output file |
ProjectReference | 3 | A Project Reference file |
Dependency | 4 | A tracked dependency |
ProjectDependency | 5 | A Project Dependency file |
ExternalItem | 6 | An external item |