IVsInfoBarUIElement Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
| Name | Description | |
|---|---|---|
![]() | Advise(IVsInfoBarUIEvents^, UInt32) | Subscribes to UI events for the InfoBar. |
![]() | Close() | Requests that the InfoBar close itself by raising its OnClosed event. |
![]() | get_DataSource(IVsUISimpleDataSource^) | Gets the data source for this element. |
![]() | GetUIObject(Object^) | Gets the implementation-specific object (for example, an IVsUIWpfElement or an IVsUIWin32Element). |
![]() | put_DataSource(IVsUISimpleDataSource^) | Binds the specified data source to this element. |
![]() | TranslateAccelerator(IVsUIAccelerator^) | Translates keyboard accelerators. |
![]() | Unadvise(UInt32) | Unsubscribes from UI events for the InfOBar |
Show:
