Provides a localizable way to get designer category names.

Namespace: System.Extensions.Internal
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public class SRCategoryAttribute : CategoryAttribute
Visual Basic
Public Class SRCategoryAttribute
	Inherits CategoryAttribute
Visual C++
public ref class SRCategoryAttribute : public CategoryAttribute
F#
type SRCategoryAttribute =  
    class
        inherit CategoryAttribute
    end

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    System.ComponentModel..::..CategoryAttribute
      System.Extensions.Internal..::..SRCategoryAttribute

See Also