다음을 통해 공유


UserDataPaths.Desktop 속성

정의

사용자의 데스크톱 폴더에 대한 경로를 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

사용자의 데스크톱 폴더에 대한 전체 경로입니다.

적용 대상