FileExtensionVector.ReplaceAll(String[]) Method

Definition

Replaces all file name extensions in the collection with the specified file name extensions.

public:
 virtual void ReplaceAll(Platform::Array <Platform::String ^> ^ items) = IVector<Platform::String ^>::ReplaceAll;
void ReplaceAll(winrt::array_view <winrt::hstring const&> const& items);
public void ReplaceAll(string[] items);
function replaceAll(items)
Public Sub ReplaceAll (items As String())

Parameters

items

String[]

Platform::String[]

winrt::hstring[]

The collection of file name extensions to put in the vector.

Implements

Applies to