Type.Name プロパティ

定義

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

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

プロパティ値

String

現在の型の名前。

適用対象