InfoBarEventArgs.InfoBarModel Property

Definition

Gets the info bar model associated with the event. This may be null.

public:
 property Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ InfoBarModel { Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ get(); };
public:
 property Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ InfoBarModel { Microsoft::VisualStudio::Shell::Interop::IVsInfoBar ^ get(); };
public Microsoft.VisualStudio.Shell.Interop.IVsInfoBar InfoBarModel { get; }
member this.InfoBarModel : Microsoft.VisualStudio.Shell.Interop.IVsInfoBar
Public ReadOnly Property InfoBarModel As IVsInfoBar

Property Value

The info bar model.

Applies to