Condividi tramite


ApplicationData.TemporaryPath Property

Definition

A string value that represents the path for the temporary data store.

public:
 property Platform::String ^ TemporaryPath { Platform::String ^ get(); };
winrt::hstring TemporaryPath();
public string TemporaryPath { get; }
var string = applicationData.temporaryPath;
Public ReadOnly Property TemporaryPath As String

Property Value

String

Platform::String

winrt::hstring

Returns the path for the temporary data store.

Remarks

This is equivalent to Windows.Storage.ApplicationData.TemporaryFolder().Path.

Applies to