AppDataPaths.InternetCache 属性

定义

获取 Internet 缓存文件夹的路径。

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

属性值

String

Platform::String

winrt::hstring

Internet 缓存文件夹的完整路径。 这是 Windows Internet API 使用的同一文件夹。

适用于