InfoBarActionItem Class

Visual Studio 2015
 

Represents a button or hyperlink inside an InfoBarModel's text spans or action items.

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


public abstract class InfoBarActionItem : InfoBarTextSpan, IVsInfoBarActionItem, 
	IVsInfoBarTextSpan

NameDescription
System_CAPS_protmethodInfoBarActionItem(String, Object)

Creates a new action item with optional formatting options.

NameDescription
System_CAPS_pubpropertyActionContext

System_CAPS_pubpropertyBold

Determines whether or not the span of text should be bolded.(Inherited from InfoBarTextSpan.)

System_CAPS_pubpropertyIsButton

System_CAPS_pubpropertyItalic

Determines whether or not the span of text should be italicized.(Inherited from InfoBarTextSpan.)

System_CAPS_pubpropertyText

Gets the text for the span.(Inherited from InfoBarTextSpan.)

System_CAPS_pubpropertyUnderline

Determines whether or not the span of text should be underlined.(Inherited from InfoBarTextSpan.)

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: