C# Класс System.ComponentModel.CategoryResourceAttribute

Наследование: CategoryAttribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CategoryResourceAttribute ( string resourceName, Type resourceType ) : System

Initializes a new instance of the CategoryResourceAttribute class.

Защищенные методы

Метод Описание
GetLocalizedString ( string value ) : string

Returns the localized string from the resource file.

Описание методов

CategoryResourceAttribute() публичный Метод

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.
Результат System

GetLocalizedString() защищенный Метод

Returns the localized string from the resource file.
protected GetLocalizedString ( string value ) : string
value string
Результат string