ApplicationData.TemporaryPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个字符串值,表示临时数据存储的路径。
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
属性值
返回临时数据存储的路径。
注解
这相当于 Windows.Storage.ApplicationData.TemporaryFolder()。路径。