次の方法で共有


AppDataPaths.InternetCache プロパティ

定義

インターネット キャッシュ フォルダーへのパスを取得します。

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

インターネット キャッシュ フォルダーへの完全なパス。 これは、 Windows インターネット API で使用されるのと同じフォルダーです。

適用対象