Provides a localizable way to get designer descriptions.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    System.ComponentModel..::..DescriptionAttribute
      System.Extensions.Internal..::..SRDescriptionAttribute

See Also