FileExtensionVector.Append(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.
Appends a file name extension to the end of the collection.
public:
virtual void Append(Platform::String ^ value) = IVector<Platform::String ^>::Append;
void Append(winrt::hstring const& value);
public void Append(string value);
function append(value)
Public Sub Append (value As String)
Parameters
- value
-
String
Platform::String
winrt::hstring
The file name extension to append.