TriggerCollection.SetAt(UInt32, TriggerBase) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將位於指定索引處的值設定為指定的 TriggerBase 值。
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)
參數
- index
-
UInt32
unsigned int
uint32_t
要設定值的索引。
- value
- TriggerBase
要設定的值。
實作
M:Windows.Foundation.Collections.IVector
1.SetAt(System.UInt32,
0)
M:Windows.Foundation.Collections.IVector1.SetAt(unsigned int,
0)
M:Windows.Foundation.Collections.IVector1.SetAt(uint32_t,
0)
備註
注意
對等的 Microsoft .NET API 是 ( 索引子) 的專案。