PackageRegistrationAttribute::AllowsBackgroundLoading Property

Visual Studio 2015
 

Determines whether the package is safe to load on a background thread.

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

public:
property bool AllowsBackgroundLoading {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

True if the package can be loaded on a background thread, otherwise false.

Return to top
Show: