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

当前目录路径。

适用于