Share via


HubSectionCollection.InsertAt(UInt32, HubSection) Method

Definition

Inserts the specified item at the specified index.

void InsertAt(uint32_t const& index, HubSection const& value);
public void InsertAt(uint index, HubSection value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As HubSection)

Parameters

index
UInt32

uint32_t

The index at which to set the value.

value
HubSection

The value to set.

Implements

M:Windows.Foundation.Collections.IVector1.InsertAt(System.UInt32,0) M:Windows.Foundation.Collections.IVector1.InsertAt(uint32_t,0)

Remarks

InsertAt expands the collection and moves all subsequent index items by one.

Applies to