_Type.FullName 屬性

定義

為 COM 物件提供與版本無關的 FullName 屬性之存取權。

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

屬性值

含有 Type 完整名稱的字串,包含 Type 的命名空間,但不含組件。

備註

此屬性適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。

屬性 Type.FullName 會取得 的完整名稱 Type,包括的 Type 命名空間,但不是元件。

適用於