PackageRegistrationAttribute::UseManagedResourcesOnly Property

 

Gets or sets whether package resources are described in a managed package or in a satellite UI .dll file.

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

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

Property Value

Type: System::Boolean

Set to true if package resources are described in a managed package, false if they are in a satellite UI .dll file.

For managed resources, there should not be a native UI .dll file registered. For a description of the issues that surround managed resources, see Resources in VSPackages.

Return to top
Show: