SystemDataPaths.PublicDesktop 속성

정의

컴퓨터의 공용 데스크톱 폴더에 대한 경로를 가져옵니다.

public:
 property Platform::String ^ PublicDesktop { Platform::String ^ get(); };
winrt::hstring PublicDesktop();
public string PublicDesktop { get; }
var string = systemDataPaths.publicDesktop;
Public ReadOnly Property PublicDesktop As String

속성 값

String

Platform::String

winrt::hstring

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

적용 대상