StartupEventArgs 类

定义

My.Application.Startup 事件提供数据。

public ref class StartupEventArgs : System::ComponentModel::CancelEventArgs
[System.Runtime.InteropServices.ComVisible(false)]
public class StartupEventArgs : System.ComponentModel.CancelEventArgs
[<System.Runtime.InteropServices.ComVisible(false)>]
type StartupEventArgs = class
    inherit CancelEventArgs
Public Class StartupEventArgs
Inherits CancelEventArgs
继承
StartupEventArgs
属性

注解

如果 Startup 应用程序实现 Visual Basic 应用程序模型,则应用程序启动时会发生 该事件。 有关详细信息,请参阅 Visual Basic 应用程序模型概述

StartupEventArgs 包含应用程序的命令行参数,并指示是否应取消应用程序启动。

构造函数

StartupEventArgs(ReadOnlyCollection<String>)

初始化 StartupEventArgs 类的新实例。

属性

Cancel

获取或设置指示是否应取消事件的值。

(继承自 CancelEventArgs)
CommandLine

获取应用程序的命令行参数。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅