SerializableObjectData.IsArrayElement Pole

Definicja

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

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

Wartość pola

Uwagi

IsArrayElement to true , jeśli SerializableObjectData element opisuje element w tablicy; IsArrayElement w przeciwnym razie wartość to false.

Jeśli IsArrayElement parametr ma truewartość , ParentId identyfikuje tablicę i MemberName ma wartość null.

Jeśli IsArray i IsArrayElement są , trueSerializableObjectData opisuje poszarpaną tablicę.

Dotyczy