UserDataPaths.InternetCache 속성

정의

사용자의 임시 인터넷 파일 폴더 경로를 가져옵니다.

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

사용자의 임시 인터넷 파일 폴더에 대한 전체 경로입니다.

적용 대상