Share via


FileExtensionVector.InsertAt(UInt32, String) Méthode

Définition

Insère une extension de nom de fichier dans une collection à un index spécifié.

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)

Paramètres

index
UInt32

unsigned int

uint32_t

Index de base zéro de l’emplacement auquel insérer l’extension de nom de fichier.

value
String

Platform::String

winrt::hstring

Extension de nom de fichier à insérer.

Implémente

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)

S’applique à