TypeDescriptionProviderAttribute.TypeName 屬性

定義

取得型別描述提供者的型別名稱。

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

屬性值

String,包含 TypeDescriptionProvider 的限定型別名稱。

備註

這個只讀屬性會擷取建構函式中設定的類型描述提供者名稱。

適用於

另請參閱