PackageRegistrationAttribute::UseManagedResourcesOnly Property
Visual Studio 2015
Gets or sets whether package resources are described in a managed package or in a satellite UI .dll file.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Property Value
Type: System::BooleanSet 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.
Show: