共用方式為


StartupEventArgs(ReadOnlyCollection<String>) 建構函式

定義

初始化 StartupEventArgs 類別的新執行個體。

public:
 StartupEventArgs(System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ args);
public StartupEventArgs (System.Collections.ObjectModel.ReadOnlyCollection<string> args);
new Microsoft.VisualBasic.ApplicationServices.StartupEventArgs : System.Collections.ObjectModel.ReadOnlyCollection<string> -> Microsoft.VisualBasic.ApplicationServices.StartupEventArgs
Public Sub New (args As ReadOnlyCollection(Of String))

參數

args
ReadOnlyCollection<String>

ReadOnlyCollection<T> 物件,包含應用程式的命令列引數。

備註

如果應用程式實作 Visual Basic 應用程式模型,就會 Startup 在應用程式啟動時發生此事件。 如需詳細資訊,請參閱 Visual Basic應用程式模型概觀

StartupEventArgs 包含應用程式的命令行自變數,並指出是否應該取消應用程式啟動。

適用於

另請參閱