ItemCollection.InsertAt(UInt32, Object) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Sisipkan item yang ditentukan pada indeks yang ditentukan.
public:
virtual void InsertAt(unsigned int index, Platform::Object ^ value) = IVector<Platform::Object ^>::InsertAt;
void InsertAt(uint32_t const& index, IInspectable const& value);
public void InsertAt(uint index, object value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As Object)
Parameter
- index
-
UInt32
unsigned int
uint32_t
Indeks untuk mengatur nilai.
- value
-
Object
Platform::Object
IInspectable
Nilai yang akan ditetapkan.
Penerapan
M:Windows.Foundation.Collections.IVector
1.InsertAt(System.UInt32,
0)
M:Windows.Foundation.Collections.IVector1.InsertAt(unsigned int,
0)
M:Windows.Foundation.Collections.IVector1.InsertAt(uint32_t,
0)
Keterangan
InsertAt memperluas koleksi dan memindahkan semua item indeks berikutnya satu per satu.