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

適用対象