다음을 통해 공유


UserDataPaths.Profile 속성

정의

컴퓨터에서 사용자 프로필의 경로를 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

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

적용 대상