AppDataPaths.Documents 속성

정의

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

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

속성 값

String

Platform::String

winrt::hstring

문서 폴더의 전체 경로입니다.

적용 대상