ModelMetadata.GetDisplayName 메서드

정의

UI에서 모델의 이름으로 표시할 텍스트를 반환합니다.

public:
 System::String ^ GetDisplayName();
public string GetDisplayName();
member this.GetDisplayName : unit -> string
Public Function GetDisplayName () As String

반품

UI에서 모델의 이름으로 표시할 텍스트입니다. 기본값은 해당 값이 DisplayName 아닌 null경우 속성의 값입니다. 속성이 DisplayNamenull면 기본값은 속성의 PropertyName 값입니다. 속성이 PropertyNamenull면 기본값은 속성의 NameModelType 속성에서 가져옵니다.

적용 대상