StartupNextInstanceEventArgs コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
StartupNextInstanceEventArgs クラスの新しいインスタンスを初期化します。
public:
StartupNextInstanceEventArgs(System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ args, bool bringToForegroundFlag);
public StartupNextInstanceEventArgs (System.Collections.ObjectModel.ReadOnlyCollection<string> args, bool bringToForegroundFlag);
new Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs : System.Collections.ObjectModel.ReadOnlyCollection<string> * bool -> Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs
Public Sub New (args As ReadOnlyCollection(Of String), bringToForegroundFlag As Boolean)
パラメーター
- args
- ReadOnlyCollection<String>
後続のアプリケーション インスタンスのコマンド ライン引数を格納する ReadOnlyCollection<T> オブジェクト。
注釈
イベントは StartupNextInstance 、Visual Basic アプリケーション モデルを使用して、単一インスタンス アプリケーションの後続のインスタンスが開始されるときに発生します。 詳細については、「 Visual Basic アプリケーション モデルの概要」を参照してください。
StartupNextInstanceEventArgs には、後続のアプリケーション インスタンスのコマンドライン引数が含まれており、例外ハンドラーの終了時に最初のアプリケーション インスタンスをフォアグラウンドに移動するかどうかを示します。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET