ConsoleApplicationBase.InternalCommandLine 属性

定义

设置要用作当前应用程序的命令行参数的值。

protected:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ InternalCommandLine {  void set(System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ value); };
protected System.Collections.ObjectModel.ReadOnlyCollection<string> InternalCommandLine { set; }
member this.InternalCommandLine : System.Collections.ObjectModel.ReadOnlyCollection<string>
Protected Property InternalCommandLine As ReadOnlyCollection(Of String)

属性值

一个 String 类型的 ReadOnlyCollection<T>,包含要用作当前应用程序的命令行参数的字符串。

注解

此方法允许设置类使用的 ConsoleApplicationBase 命令行参数的内部值。 此属性确定属性返回的内容 CommandLineArgs 。 如果未设置此属性,或者将此属性设置为 Nothing,则 CommandLineArgs 属性将从 CommandLine 属性获取命令行参数。

适用于

另请参阅