TypeDelegator.Name プロパティ

定義

実装されている型の名前をパスを削除した状態で取得します。

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

プロパティ値

型の非限定名を格納している文字列。String

注釈

現在の TypeDelegator の名前を格納している文字列。 完全修飾名ではなく、単純な名前のみが返されます。 名前とパスを取得するには、 を使用 FullNameします。

適用対象