InfoBarEventArgs.InfoBarModel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.