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
ファイルを表示 Open project: mimura1133/vstex

Public Methods

Method Description
ResourcesCategoryAttribute ( string categoryName ) : System

Explicit constructor.

Protected Methods

Method Description
GetLocalizedString ( string categoryName ) : string

Looks up the localized name of the specified category.

Method Details

GetLocalizedString() protected method

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

ResourcesCategoryAttribute() public method

Explicit constructor.
public ResourcesCategoryAttribute ( string categoryName ) : System
categoryName string
return System