C# Class System.ComponentModel.CategoryResourceAttribute

Inheritance: CategoryAttribute
Show file Open project: netfx/extensions Class Usage Examples

Public Methods

Method Description
CategoryResourceAttribute ( string resourceName, Type resourceType ) : System

Initializes a new instance of the CategoryResourceAttribute class.

Protected Methods

Method Description
GetLocalizedString ( string value ) : string

Returns the localized string from the resource file.

Method Details

CategoryResourceAttribute() public method

Initializes a new instance of the CategoryResourceAttribute class.
public CategoryResourceAttribute ( string resourceName, Type resourceType ) : System
resourceName string The resource name.
resourceType System.Type The type of the resource.
return System

GetLocalizedString() protected method

Returns the localized string from the resource file.
protected GetLocalizedString ( string value ) : string
value string
return string