InfoBarEventArgs::InfoBarModel Property

Visual Studio 2015
 

Gets the info bar model associated with the event. This may be null.

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

public:
property IVsInfoBar^ InfoBarModel {
	IVsInfoBar^ get();
}

Property Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsInfoBar^

The info bar model.

Return to top
Show: