次の方法で共有


CommandLineConfigurationSource.Args プロパティ

定義

コマンド ライン引数を取得または設定します。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ Args { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> Args { get; set; }
member this.Args : seq<string> with get, set
Public Property Args As IEnumerable(Of String)

プロパティ値

適用対象