FileExtensionVector.InsertAt(UInt32, String) Methode

Definition

Fügt eine Dateinamenerweiterung an einem angegebenen Index in eine Auflistung ein.

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

Parameter

index
UInt32

unsigned int

uint32_t

Nullbasierter Index des Speicherorts, an dem die Dateinamenerweiterung eingefügt werden soll.

value
String

Platform::String

winrt::hstring

Die einzufügende Dateinamenerweiterung.

Implementiert

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)

Gilt für: