Share via


CommandLineActivationOperation.CurrentDirectoryPath 속성

정의

명령줄에서 앱이 활성화된 디렉터리 경로를 가져옵니다.

public:
 property Platform::String ^ CurrentDirectoryPath { Platform::String ^ get(); };
winrt::hstring CurrentDirectoryPath();
public string CurrentDirectoryPath { get; }
var string = commandLineActivationOperation.currentDirectoryPath;
Public ReadOnly Property CurrentDirectoryPath As String

속성 값

String

Platform::String

winrt::hstring

현재 디렉터리 경로

적용 대상