C# Class System.ComponentModel.DisplayNameResourceAttribute

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

Méthodes publiques

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

Initializes a new instance of the DisplayNameResourceAttribute class.

Private Methods

Méthode Description
GetLocalizedString ( ) : string

Returns the localized string from the resource file.

Method Details

DisplayNameResourceAttribute() public méthode

Initializes a new instance of the DisplayNameResourceAttribute class.
public DisplayNameResourceAttribute ( string resourceName, Type resourceType ) : System
resourceName string The resource string.
resourceType System.Type Type of the resource.
Résultat System