DisplayNameKeyAttribute.GetDefaultKey 메서드

정의

오버로드

Name Description
GetDefaultKey(FieldInfo)

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

GetDefaultKey(PropertyInfo)

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

GetDefaultKey(Type)

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

GetDefaultKey(FieldInfo)

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

public string GetDefaultKey(System.Reflection.FieldInfo field);
abstract member GetDefaultKey : System.Reflection.FieldInfo -> string
override this.GetDefaultKey : System.Reflection.FieldInfo -> string
Public Function GetDefaultKey (field As FieldInfo) As String

매개 변수

field
FieldInfo

반품

적용 대상

GetDefaultKey(PropertyInfo)

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

public string GetDefaultKey(System.Reflection.PropertyInfo property);
abstract member GetDefaultKey : System.Reflection.PropertyInfo -> string
override this.GetDefaultKey : System.Reflection.PropertyInfo -> string
Public Function GetDefaultKey (property As PropertyInfo) As String

매개 변수

property
PropertyInfo

반품

적용 대상

GetDefaultKey(Type)

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

public string GetDefaultKey(Type type);
abstract member GetDefaultKey : Type -> string
override this.GetDefaultKey : Type -> string
Public Function GetDefaultKey (type As Type) As String

매개 변수

type
Type

반품

적용 대상