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

一个 String,表示要在启动 PeerApplication 时使用的应用程序特定的命令行参数。

例外

适用于

另请参阅