SerializableObjectData.ElementIndexes Campo
Definição
Representa uma matriz que contém os índices da matriz pai que contém o objeto serializável que este SerializableObjectData descreve.Represents an array that contains the indexes of the parent array that contains the serializable object that this SerializableObjectData describes.
public: cli::array <int> ^ ElementIndexes;
public int[] ElementIndexes;
val mutable ElementIndexes : int[]
Public ElementIndexes As Integer()
Valor do campo
- Int32[]
Comentários
ElementIndexes é null se IsArrayElement for false .ElementIndexes is null if IsArrayElement is false.