FileExtensionVector.SetAt(UInt32, String) Method

Definition

Sets the file name extension at the specified index of the collection.

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

Parameters

index
UInt32

unsigned int

uint32_t

The zero-based index of the location at which to set the file name extension.

value
String

Platform::String

winrt::hstring

The file name extension.

Implements

M:Windows.Foundation.Collections.IVector1.SetAt(System.UInt32,0) M:Windows.Foundation.Collections.IVector1.SetAt(unsigned int,0) M:Windows.Foundation.Collections.IVector1.SetAt(uint32_t,0)

Applies to