言語

MetaType.Name プロパティ

定義

派生クラスでオーバーライドされると、 MetaTypeの名前を取得します。

public:
 abstract property System::String ^ Name { System::String ^ get(); };
public abstract string Name { get; }
member this.Name : string
Public MustOverride ReadOnly Property Name As String

プロパティ値

現在のメタ型の名前。

注釈

この名前は、共通言語ランタイム (CLR) 型の名前と同じです。

適用対象