DisplayCategoryKeyAttribute 클래스

정의

지역화된 속성 범주를 조회하는 데 사용되는 키

[System.AttributeUsage(System.AttributeTargets.Property)]
public class DisplayCategoryKeyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type DisplayCategoryKeyAttribute = class
    inherit Attribute
Public Class DisplayCategoryKeyAttribute
Inherits Attribute
상속
DisplayCategoryKeyAttribute
특성

생성자

Name Description
DisplayCategoryKeyAttribute(String)

생성자

속성

Name Description
Key

지역화된 속성 범주를 조회하는 데 사용되는 키

메서드

Name Description
GetDefaultKey(FieldInfo)

기본 리소스 파일에서 지역화된 필드 범주를 조회하는 데 사용되는 키입니다.

GetDefaultKey(PropertyInfo)

기본 리소스 파일에서 지역화된 속성 범주를 조회하는 데 사용되는 키입니다.

GetDefaultKey(Type)

기본 리소스 파일에서 지역화된 형식 범주를 조회하는 데 사용되는 키입니다.

적용 대상