Bagikan melalui


TriggerCollection.InsertAt(UInt32, TriggerBase) Metode

Definisi

Menyisipkan item yang ditentukan pada indeks yang ditentukan.

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

Parameter

index
UInt32

unsigned int

uint32_t

Indeks untuk mengatur nilai.

value
TriggerBase

Nilai yang akan ditetapkan.

Penerapan

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)

Keterangan

Catatan

Microsoft .NET API yang setara adalah Insert.

Berlaku untuk