UIElementWeakCollection.SetAt(UInt32, UIElement) Método

Definición

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

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

Parámetros

index
UInt32

unsigned int

uint32_t

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

value
UIElement

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)

Se aplica a