Compartir a través de


JsonArray.InsertAt(UInt32, IJsonValue) Método

Definición

Inserta un JsonValue en una matriz en el índice especificado.

public:
 virtual void InsertAt(unsigned int index, IJsonValue ^ value) = IVector<IJsonValue ^>::InsertAt;
void InsertAt(uint32_t const& index, IJsonValue const& value);
public void InsertAt(uint index, IJsonValue value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As IJsonValue)

Parámetros

index
UInt32

unsigned int

uint32_t

Índice de base cero donde debe insertarse el elemento.

value
IJsonValue

Objeto IJsonValue que se va a insertar.

Implementaciones

M:Windows.Foundation.Collections.IVector1.InsertAt(System.UInt32,0) M:Windows.Foundation.Collections.IVector1.InsertAt(unsigned int,0) M:Windows.Foundation.Collections.IVector1.InsertAt(uint32_t,0)

Se aplica a