PackageAutoLoadFlags Enumeration
Visual Studio 2015
Specifies types of autoload behavior.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Member name | Description | |
|---|---|---|
| BackgroundLoad | When set, if the associated package is marked as allowing background loads by means of the PackageRegistrationAttribute, then the package will be loaded asynchronously, in the background, when the associated UI context is triggered. | |
| None | Indicates no special auto-load behavior. This is the default flag value if not specified. | |
| SkipWhenUIContextRulesActive | When set package will not auto load in newer Visual Studio versions with rule based UI contexts. |
Show: