Compartir a través de


TriggerCollection.SetAt(UInt32, TriggerBase) Método

Definición

Establece el valor en el índice especificado en el valor TriggerBase especificado.

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

Parámetros

index
UInt32

unsigned int

uint32_t

Índice en el que se va a establecer el valor.

value
TriggerBase

Valor que se va a establecer.

Implementaciones

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

Comentarios

Nota:

La API de Microsoft .NET equivalente es Item (el indexador).

Se aplica a