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)

屬性值

StringReadOnlyCollection<T>,包含用做目前應用程式之命令列引數的字串。

備註

這個方法可讓您設定 類別所使用的 ConsoleApplicationBase 命令行自變數內部值。 這個屬性會決定屬性傳回的內容 CommandLineArgs 。 如果您未設定此屬性,或將此屬性設定為 Nothing,則 CommandLineArgs 屬性會從 CommandLine 屬性取得命令行自變數。

適用於

另請參閱