C# Класс VsTeXProject.ResourcesCategoryAttribute

Indicates the category to associate the associated property or event with, when listing properties or events in a PropertyGrid control set to Categorized mode.
Наследование: CategoryAttribute
Показать файл Открыть проект

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

Метод Описание
ResourcesCategoryAttribute ( string categoryName ) : System

Explicit constructor.

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

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

Looks up the localized name of the specified category.

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

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

Looks up the localized name of the specified category.
protected GetLocalizedString ( string categoryName ) : string
categoryName string
Результат string

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

Explicit constructor.
public ResourcesCategoryAttribute ( string categoryName ) : System
categoryName string
Результат System