MetaTable.DisplayName プロパティ

定義

わかりやすい形式でテーブルの名前を取得します。

public:
 property System::String ^ DisplayName { System::String ^ get(); };
public:
 virtual property System::String ^ DisplayName { System::String ^ get(); };
public string DisplayName { get; }
public virtual string DisplayName { get; }
member this.DisplayName : string
Public ReadOnly Property DisplayName As String
Public Overridable ReadOnly Property DisplayName As String

プロパティ値

テーブルのわかりやすい名前を表す文字列。

注釈

このプロパティの値は、既定で プロパティの値になります Name 。 属性を使用して、このプロパティの値を System.ComponentModel.DisplayNameAttribute カスタマイズできます。

適用対象