InstallContext.ParseCommandLine(String[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コマンド ライン パラメーターを解析して、その結果を文字列ディクショナリに格納します。
protected:
static System::Collections::Specialized::StringDictionary ^ ParseCommandLine(cli::array <System::String ^> ^ args);
protected static System.Collections.Specialized.StringDictionary ParseCommandLine (string[] args);
static member ParseCommandLine : string[] -> System.Collections.Specialized.StringDictionary
Protected Shared Function ParseCommandLine (args As String()) As StringDictionary
パラメーター
- args
- String[]
コマンド ライン パラメーターを格納している配列。
戻り値
解析されたコマンド ライン パラメーターを格納する StringDictionary。