SerializationEntry.ObjectType 屬性

定義

取得 Type 物件的部分。

public:
 property Type ^ ObjectType { Type ^ get(); };
public Type ObjectType { get; }
member this.ObjectType : Type
Public ReadOnly Property ObjectType As Type

屬性值

物品的那個 Type

備註

若序列化物件為 null,則此屬性會回傳該 Object 類型。

適用於