ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / Extensions Class / CreateTempFileAsync Method

In This Topic
    CreateTempFileAsync Method
    In This Topic
    Creates a temporary file.
    Syntax
    'Declaration
     
    Public Shared Function CreateTempFileAsync( _
       ByVal folder As Windows.Storage.StorageFolder, _
       Optional ByVal extension As System.String _
    ) As System.Threading.Tasks.Task(Of StorageFile)
    public static System.Threading.Tasks.Task<StorageFile> CreateTempFileAsync( 
       Windows.Storage.StorageFolder folder,
       System.string extension
    )

    Parameters

    folder
    extension
    See Also