AttributeProviderAttribute.TypeName 属性

定义

获取传入构造函数的程序集限定类型名称。

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

属性值

构造函数中指定的类型的程序集限定名称。

适用于

另请参阅