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完全限定名称的字符串。

适用于