InfoBarModel Class
Creates a data model implementing IVsInfoBar, for use with IVsInfoBarUIFactory.CreateInfoBar.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | InfoBarModel(IEnumerable<IVsInfoBarTextSpan>, IEnumerable<IVsInfoBarActionItem>, ImageMoniker, Boolean) | Initializes a new instance of InfoBarModel. |
![]() | InfoBarModel(IEnumerable<IVsInfoBarTextSpan>, ImageMoniker, Boolean) | Initializes a new instance of InfoBarModel. |
![]() | InfoBarModel(String, IEnumerable<IVsInfoBarActionItem>, ImageMoniker, Boolean) | Initializes a new instance of InfoBarModel. |
![]() | InfoBarModel(String, ImageMoniker, Boolean) | Initializes a new instance of InfoBarModel. |
| Name | Description | |
|---|---|---|
![]() | ActionItems | Gets the collection of buttons or links to display. |
![]() | Image | Gets the moniker for the image to display in the info bar. |
![]() | IsCloseButtonVisible | Determines whether or not the info bar can be closed by the user. |
![]() | TextSpans | Gets the message to display in the info bar. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


