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