TimelineMarkerCollection.InsertAt(UInt32, TimelineMarker) 方法

定义

插入指定的项。

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

参数

index
UInt32

unsigned int

uint32_t

要设置值的索引。

value
TimelineMarker

要设置的值。

实现

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)

适用于