Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FileExtensionVector.Append(String) Method
Definition
- Namespace:
- Windows.Storage.Pickers
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.
Implements
Applies to
Feedback
Was this page helpful?
