TypeDelegator.FullName プロパティ

定義

実装されている型の完全修飾名を取得します。

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

プロパティ値

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

注釈

現在 TypeDelegatorの の完全修飾名を含む文字列。

適用対象