AppDataPaths.Desktop 속성

정의

데스크톱 폴더의 경로를 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

데스크톱 폴더의 전체 경로입니다.

적용 대상