次の方法で共有


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> オブジェクト。

注釈

イベントは Startup 、アプリケーションが Visual Basic アプリケーション モデルを実装している場合、アプリケーションの起動時に発生します。 詳細については、「 Visual Basic アプリケーション モデルの概要」を参照してください。

StartupEventArgs には、アプリケーションのコマンド ライン引数が含まれており、アプリケーションの起動を取り消す必要があるかどうかを示します。

適用対象

こちらもご覧ください