PeerApplication.CommandLineArgs 属性
定义
获取或设置要在启动 PeerApplication 时使用的命令行参数。Gets or sets command-line parameters to use when initiating a 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 时使用的应用程序特定的命令行参数。String that represents application-specific command-line parameters to use when initiating the PeerApplication.
例外
PeerApplication 对象已释放。The PeerApplication object has been disposed.