InfoBarEventArgs 类

定义

有关 IVsInfoBarUIElement 事件的事件参数。

public ref class InfoBarEventArgs : EventArgs
public class InfoBarEventArgs : EventArgs
type InfoBarEventArgs = class
    inherit EventArgs
Public Class InfoBarEventArgs
Inherits EventArgs
继承
InfoBarEventArgs
派生

构造函数

InfoBarEventArgs(IVsInfoBarUIElement, IVsInfoBar)

初始化 InfoBarEventArgs 的新实例。

属性

InfoBarModel

获取与事件关联的信息栏模型。 这可能为 null。

InfoBarUIElement

获取与事件关联的 UIElement。

适用于