InfoBarHostControl Class
A control that can be used to host InfoBars. The host control observes events on each InfoBar to remove closed info bars from its collection.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
Microsoft.VisualStudio.PlatformUI.InfoBarHostControl
| Name | Description | |
|---|---|---|
![]() | InfoBarHostControl() | Creates a new instance of InfoBarHostControl. |
| Name | Description | |
|---|---|---|
![]() ![]() | IVsInfoBarUIEvents.OnActionItemClicked(IVsInfoBarUIElement, IVsInfoBarActionItem) | Raised when the InfoBar’s action item is clicked. |
![]() ![]() | IVsInfoBarUIEvents.OnClosed(IVsInfoBarUIElement) | Raised when the InfoBar is closed. |
![]() ![]() | IQueryAmbient.IsAmbientPropertyAvailable(String) | (Inherited from FrameworkElement.) |
| Name | Description | |
|---|---|---|
![]() | AcquireWin32Focus(IntPtr) | Microsoft internal use only.(Defined by ExtensionMethods.) |
![]() | FindAncestor<TAncestorType>() | Overloaded. Finds the first ancestor of a given type in the logical or visual tree.(Defined by ExtensionMethods.) |
![]() | FindAncestorOrSelf<TAncestorType>() | Overloaded. Finds the first ancestor of a given type in the logical or visual tree, or the object itself if it matches in type.(Defined by ExtensionMethods.) |
![]() | FindCommonAncestor(DependencyObject) | Overloaded. Microsoft internal use only.(Defined by ExtensionMethods.) |
![]() | FindDescendant(Predicate<DependencyObject>) | Overloaded. Microsoft internal use only.(Defined by ExtensionMethods.) |
![]() | FindDescendant<T>() | Overloaded. Microsoft internal use only.(Defined by ExtensionMethods.) |
![]() | FindDescendantReverse<T>() | Microsoft internal use only.(Defined by ExtensionMethods.) |
![]() | FindDescendants<T>() | Microsoft internal use only.(Defined by ExtensionMethods.) |
![]() | FindDescendantsReverse<T>() | Microsoft internal use only.(Defined by ExtensionMethods.) |
![]() | GetDeviceActualSize() | Microsoft internal use only.(Defined by DpiHelper.) |
![]() | GetVisualOrLogicalParent() | Microsoft internal use only.(Defined by ExtensionMethods.) |
![]() | IsClipped() | Determines whether the element's text is clipped by a parent ScrollViewer (the element can still be scrolled to view the clipped text)(Defined by ExtensionMethods.) |
![]() | IsConnectedToPresentationSource() | Microsoft internal use only.(Defined by ExtensionMethods.) |
![]() | IsLogicalAncestorOf(DependencyObject) | Microsoft internal use only.(Defined by ExtensionMethods.) |
![]() | IsTrimmed() | Microsoft internal use only.(Defined by ExtensionMethods.) |
![]() | TraverseVisualTree<T>(Action<T>) | Microsoft internal use only.(Defined by ExtensionMethods.) |
![]() | TraverseVisualTreeReverse<T>(Action<T>) | Microsoft internal use only.(Defined by ExtensionMethods.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






