PackageAutoLoadFlags Enumeration

Visual Studio 2015
 

Specifies types of autoload behavior.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

[FlagsAttribute]
public enum PackageAutoLoadFlags

Member nameDescription
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.

Return to top
Show: