AppDataPaths.History 속성

정의

기록 폴더의 경로를 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

기록 폴더의 전체 경로입니다. Windows Internet API에서 사용하는 것과 동일한 폴더입니다.

적용 대상