C# Class Microsoft.VisualStudio.Project.Samples.CustomProject.ResourcesCategoryAttribute

Inheritance: CategoryAttribute
ファイルを表示 Open project: IntelliTect/PowerStudio

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