TransformCollection.InsertAt(UInt32, Transform) Metodo

Definizione

Inserisce l'elemento specificato nell'indice specificato.

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

Parametri

index
UInt32

unsigned int

uint32_t

Indice in corrispondenza del quale impostare il valore.

value
Transform

Il valore da impostare.

Implementazioni

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)

Si applica a