PackageRegistrationAttribute.UseManagedResourcesOnly Property

Definition

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.

Applies to