다음을 통해 공유


UserDataPaths.Downloads 속성

정의

사용자의 다운로드 폴더 경로를 가져옵니다.

public:
 property Platform::String ^ Downloads { Platform::String ^ get(); };
winrt::hstring Downloads();
public string Downloads { get; }
var string = userDataPaths.downloads;
Public ReadOnly Property Downloads As String

속성 값

String

Platform::String

winrt::hstring

사용자의 다운로드 폴더에 대한 전체 경로입니다.

적용 대상