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 返します。

適用対象