Share via


UserDataPaths.InternetCache 属性

定义

获取用户的“Internet 临时文件”文件夹的路径。

public:
 property Platform::String ^ InternetCache { Platform::String ^ get(); };
winrt::hstring InternetCache();
public string InternetCache { get; }
var string = userDataPaths.internetCache;
Public ReadOnly Property InternetCache As String

属性值

String

Platform::String

winrt::hstring

用户的“临时 Internet 文件”文件夹的完整路径。

适用于