다음을 통해 공유


DisplayMetadata.DisplayName 속성

정의

모델의 표시 이름에 대한 값을 가져오는 데 사용되는 대리자를 가져오거나 설정합니다. DisplayName을 참조하세요.

public:
 property Func<System::String ^> ^ DisplayName { Func<System::String ^> ^ get(); void set(Func<System::String ^> ^ value); };
public Func<string> DisplayName { get; set; }
public Func<string?>? DisplayName { get; set; }
member this.DisplayName : Func<string> with get, set
Public Property DisplayName As Func(Of String)

속성 값

적용 대상