SerializableObjectData.IsArrayElement Pole

Definicja

Wskazuje, czy SerializableObjectData opisuje element w tablicy możliwej do serializacji.

public: bool IsArrayElement;
public bool IsArrayElement;
val mutable IsArrayElement : bool
Public IsArrayElement As Boolean 

Wartość pola

Boolean

Uwagi

IsArrayElement jest true Jeśli SerializableObjectData opisuje element w tablicy; w przeciwnym razie, IsArrayElement jest false .

Jeśli IsArrayElement jest true , ParentId identyfikuje tablicę i MemberName is null .

Jeśli IsArray i IsArrayElement są oba true , SerializableObjectData opisuje tablicę nieregularną.

Dotyczy