C# 클래스 System.ComponentModel.CategoryResourceAttribute

상속: CategoryAttribute
파일 보기 프로젝트 열기: netfx/extensions 1 사용 예제들

공개 메소드들

메소드 설명
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