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

適用於