Partager via


ProjectModelZones Class

Definition

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.

Applies to