C# Class 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.
Inheritance: CategoryAttribute
Afficher le fichier Open project: mimura1133/vstex

Méthodes publiques

Méthode Description
ResourcesCategoryAttribute ( string categoryName ) : System

Explicit constructor.

Méthodes protégées

Méthode Description
GetLocalizedString ( string categoryName ) : string

Looks up the localized name of the specified category.

Method Details

GetLocalizedString() protected méthode

Looks up the localized name of the specified category.
protected GetLocalizedString ( string categoryName ) : string
categoryName string
Résultat string

ResourcesCategoryAttribute() public méthode

Explicit constructor.
public ResourcesCategoryAttribute ( string categoryName ) : System
categoryName string
Résultat System