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

包含类型的完全限定名的 String

注解

一个字符串,包含当前 TypeDelegator名称的完全限定名。

适用于