PackageRegistrationAttribute.UseManagedResourcesOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For managed resources, there should not be a native ui dll registered.
public:
property bool UseManagedResourcesOnly { bool get(); void set(bool value); };
public:
property bool UseManagedResourcesOnly { bool get(); void set(bool value); };
public bool UseManagedResourcesOnly { get; set; }
member this.UseManagedResourcesOnly : bool with get, set
Public Property UseManagedResourcesOnly As Boolean
Property Value
Set to true
if package resources are described in a managed package, false
if they are in a satellite UI .dll file.
Remarks
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.