ProvideOptionPageAttribute::ProvidesLocalizedCategoryName Property
Visual Studio 2015
Determines whether the package has the localized resources for the category name.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property bool ProvidesLocalizedCategoryName { [CompilerGeneratedAttribute] bool get(); [CompilerGeneratedAttribute] void set(bool value); }
Property Value
Type: System::Booleantrue if the package to which this attribute is applied contains the localized resources for the category name, false if the resources for the category come from another package and should be not be associated with this package. If this is unspecified, the default value is true.
Show: