ApplicationData.TemporaryPath 属性

定义

一个字符串值,表示临时数据存储的路径。

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

属性值

String

Platform::String

winrt::hstring

返回临时数据存储的路径。

注解

这相当于 Windows.Storage.ApplicationData.TemporaryFolder()。路径

适用于