PeerApplication.CommandLineArgs プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクトは破棄されました。