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)

NameDescription
System_CAPS_pubmethodAdvise(IVsInfoBarUIEvents^, UInt32)

Subscribes to UI events for the InfoBar.

System_CAPS_pubmethodClose()

Requests that the InfoBar close itself by raising its OnClosed event.

System_CAPS_pubmethodget_DataSource(IVsUISimpleDataSource^)

Gets the data source for this element.

System_CAPS_pubmethodGetUIObject(Object^)

Gets the implementation-specific object (for example, an IVsUIWpfElement or an IVsUIWin32Element).

System_CAPS_pubmethodput_DataSource(IVsUISimpleDataSource^)

Binds the specified data source to this element.

System_CAPS_pubmethodTranslateAccelerator(IVsUIAccelerator^)

Translates keyboard accelerators.

System_CAPS_pubmethodUnadvise(UInt32)

Unsubscribes from UI events for the InfOBar

Return to top
Show: