InfoBarModel Class

Visual Studio 2015
 

Creates a data model implementing IVsInfoBar, for use with IVsInfoBarUIFactory.CreateInfoBar.

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

System.Object
  Microsoft.VisualStudio.Shell.InfoBarModel

public class InfoBarModel : IVsInfoBar

NameDescription
System_CAPS_pubpropertyActionItems

Gets the collection of buttons or links to display.

System_CAPS_pubpropertyImage

Gets the moniker for the image to display in the info bar.

System_CAPS_pubpropertyIsCloseButtonVisible

Determines whether or not the info bar can be closed by the user.

System_CAPS_pubpropertyTextSpans

Gets the message to display in the info bar.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: