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 オブジェクトは破棄されました。

適用対象

こちらもご覧ください