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的完整名稱。

適用於