InfoBarHostControl::AddInfoBar Method (IVsUIElement^)

Visual Studio 2015
 

Add an InfoBar UI element to this InfoBar host.

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

public:
virtual void AddInfoBar(
	IVsUIElement^ uiElement
) sealed

Parameters

uiElement
Type: Microsoft.VisualStudio.Shell.Interop::IVsUIElement^

The InfoBar UI element

Return to top
Show: