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 屬性取得命令行自變數。