PeerApplication.CommandLineArgs プロパティ

定義

PeerApplicationを開始するときに使用するコマンド ライン パラメーターを取得または設定します。

public:
 property System::String ^ CommandLineArgs { System::String ^ get(); void set(System::String ^ value); };
public string CommandLineArgs { get; set; }
member this.CommandLineArgs : string with get, set
Public Property CommandLineArgs As String

プロパティ値

String PeerApplicationを開始するときに使用するアプリケーション固有のコマンド ライン パラメーターを表す。

例外

PeerApplication オブジェクトが破棄されました。

適用対象

こちらもご覧ください