Sdílet prostřednictvím


SerializableObjectData.IsArrayElement Pole

Definice

Označuje, zda SerializableObjectData popisuje prvek v serializovatelném poli.

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

Hodnota pole

Poznámky

IsArrayElement je true , pokud popisuje SerializableObjectData prvek v matici; IsArrayElement v opačném případě je false.

Pokud IsArrayElement je true, identifikuje ParentId pole a MemberName je null.

Pokud IsArray a IsArrayElement jsou oba true, SerializableObjectData popisuje zubaté pole.

Platí pro