DefaultModelMetadata.DisplayFormatString プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モデルの表示に使用される書式指定文字列 (「」を参照 https://msdn.microsoft.com/en-us/library/txafckwd.aspx) を取得します。
public:
virtual property System::String ^ DisplayFormatString { System::String ^ get(); };
public override string DisplayFormatString { get; }
public override string? DisplayFormatString { get; }
member this.DisplayFormatString : string
Public Overrides ReadOnly Property DisplayFormatString As String