ConsoleApplicationBase.InternalCommandLine 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置要用作当前应用程序的命令行参数的值。
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 属性获取命令行参数。