IVsInfoBarUIElement Interface

Visual Studio 2015
 

Represents an InfoBar UI element.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("369C66D9-2A2B-49CF-9E17-83A1679475B6")]
public interface IVsInfoBarUIElement : IVsUIElement

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: