CommandLineStringSplitter.Split(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據空格符和引號,將字串分割成字串序列。
public:
System::Collections::Generic::IEnumerable<System::String ^> ^ Split(System::String ^ commandLine);
public System.Collections.Generic.IEnumerable<string> Split (string commandLine);
member this.Split : string -> seq<string>
Public Iterator Function Split (commandLine As String) As IEnumerable(Of String)
參數
- commandLine
- String
命令行輸入字串。
傳回
字串序列。