ProjectModelZones Class
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.
Predefined component zones to prevent loading assemblies unnecessary.
[System.Runtime.CompilerServices.Nullable(0)]
public static class ProjectModelZones
[<System.Runtime.CompilerServices.Nullable(0)>]
type ProjectModelZones = class
Public Class ProjectModelZones
- Inheritance
-
ProjectModelZones
- Attributes
Fields
Cps |
The zone to handle CPS based projects. |
Default |
The default zone handles projects built on the top of traditional COM interfaces including IVsHierarchy and DTE interfaces. |
Fallback |
Indicates a provider to provide data when a provider for specific zone is not supported. |
VC |
The zone to handle VC projects. |