UIElementWeakCollection.SetAt(UInt32, UIElement) 方法

定义

将指定索引处的值设置为指定的 UIElement 值。

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)

参数

index
UInt32

unsigned int

uint32_t

要设置值的索引。

value
UIElement

要设置的值。

实现

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)

适用于