UserDataPaths 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
일반적인 사용자 데이터 폴더에 대한 전체 경로를 반환합니다. 사용자 데이터 폴더는 KNOWNFOLDERID 명명 패턴을 기반으로 합니다.
public ref class UserDataPaths sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class UserDataPaths final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class UserDataPaths
Public NotInheritable Class UserDataPaths
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Fall Creators Update (10.0.16299.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v5.0에서 도입되었습니다.)
|
설명
이 클래스에는 데스크톱 앱에서 사용할 경로와 일치하는 경로를 반환하는 메서드 및 속성이 포함되어 있습니다.
속성
CameraRoll |
사용자의 Camera Roll 폴더에 대한 경로를 가져옵니다. |
Cookies |
사용자의 Cookies 앱 데이터 폴더 경로를 가져옵니다. |
Desktop |
사용자의 데스크톱 폴더에 대한 경로를 가져옵니다. |
Documents |
사용자의 Documents 폴더에 대한 경로를 가져옵니다. |
Downloads |
사용자의 다운로드 폴더 경로를 가져옵니다. |
Favorites |
사용자의 즐겨찾기 폴더 경로를 가져옵니다. |
History |
사용자의 기록 폴더에 대한 경로를 가져옵니다. |
InternetCache |
사용자의 임시 인터넷 파일 폴더 경로를 가져옵니다. |
LocalAppData |
사용자의 로컬 앱 데이터 폴더에 대한 경로를 가져옵니다. |
LocalAppDataLow |
사용자의 LocalLow 앱 데이터 폴더에 대한 경로를 가져옵니다. |
Music |
사용자의 음악 폴더에 대한 경로를 가져옵니다. |
Pictures |
사용자의 사진 폴더에 대한 경로를 가져옵니다. |
Profile |
컴퓨터에서 사용자 프로필의 경로를 가져옵니다. |
Recent |
사용자의 최근 항목 폴더에 대한 경로를 가져옵니다. |
RoamingAppData |
사용자의 로밍 앱 데이터 폴더에 대한 경로를 가져옵니다. |
SavedPictures |
사용자의 저장된 사진 폴더에 대한 경로를 가져옵니다. |
Screenshots |
사용자의 스크린샷 폴더에 대한 경로를 가져옵니다. |
Templates |
사용자의 공통 템플릿 폴더에 대한 경로를 가져옵니다. |
Videos |
사용자의 Videos 폴더에 대한 경로를 가져옵니다. |
메서드
GetDefault() |
사용자의 다양한 데이터 폴더에 대한 경로를 가져옵니다. 단일 사용자 컴퓨터에 이 메서드를 사용합니다. |
GetForUser(User) |
사용자의 다양한 데이터 폴더에 대한 경로를 가져옵니다. 다중 사용자 컴퓨터에 이 메서드를 사용합니다. |