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
コマンド ライン入力文字列。
戻り値
文字列のシーケンス。