FileExtensionVector.ReplaceAll(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.