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,含有剖析的命令列參數。