次の方法で共有


CommandLineStringSplitter.Split(String) メソッド

定義

空白文字と引用符に基づいて文字列を文字列のシーケンスに分割します。

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

コマンド ライン入力文字列。

戻り値

文字列のシーケンス。

適用対象