C# Class System.ComponentModel.CategoryResourceAttribute

Inheritance: CategoryAttribute
Afficher le fichier Open project: netfx/extensions Class Usage Examples

Méthodes publiques

Méthode Description
CategoryResourceAttribute ( string resourceName, Type resourceType ) : System

Initializes a new instance of the CategoryResourceAttribute class.

Méthodes protégées

Méthode Description
GetLocalizedString ( string value ) : string

Returns the localized string from the resource file.

Method Details

CategoryResourceAttribute() public méthode

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.
Résultat System

GetLocalizedString() protected méthode

Returns the localized string from the resource file.
protected GetLocalizedString ( string value ) : string
value string
Résultat string