StartupNextInstanceEventArgs 构造函数

定义

初始化 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> 对象,包含后续应用程序实例的命令行参数。

bringToForegroundFlag
Boolean

一个 Boolean,指示第一个应用程序实例是否应在退出异常处理程序时进入前台。

注解

使用 StartupNextInstance Visual Basic 应用程序模型启动单实例应用程序的后续实例时,将发生该事件。 有关详细信息,请参阅 Visual Basic 应用程序模型概述

StartupNextInstanceEventArgs 包含后续应用程序实例的命令行参数,并指示在退出异常处理程序时是否应将第一个应用程序实例带到前台。

适用于

另请参阅