ProvideOptionPageAttribute::ProvidesLocalizedCategoryName Property

 

Determines whether the package has the localized resources for the category name.

Namespace:   Microsoft.VisualStudio.Shell
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::Boolean

true 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.

Return to top
Show: