ProjectInfo.ReferenceUsage 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 reference usage for the ProjectInfo.
public: enum class ProjectInfo::ReferenceUsage
public enum ProjectInfo.ReferenceUsage
type ProjectInfo.ReferenceUsage =
Public Enum ProjectInfo.ReferenceUsage
- Inheritance
-
ProjectInfo.ReferenceUsage
Fields
Name | Value | Description |
---|---|---|
UseAllReferences | 0 | Uses all the references. |
UseNoReference | 1 | Uses no reference. |
SpecifyReference | 2 | Specifies the reference. |