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

現在のディレクトリ パス。

適用対象