InfoBarTextSpan Class

Visual Studio 2015
 

Represents a span of text inside an InfoBarModel.

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

System.Object
  Microsoft.VisualStudio.Shell.InfoBarTextSpan
    Microsoft.VisualStudio.Shell.InfoBarActionItem

public class InfoBarTextSpan : IVsInfoBarTextSpan

NameDescription
System_CAPS_pubmethodInfoBarTextSpan(String, Boolean, Boolean, Boolean)

Initializes a new instance of InfoBarTextSpan.

NameDescription
System_CAPS_pubpropertyBold

Determines whether or not the span of text should be bolded.

System_CAPS_pubpropertyItalic

Determines whether or not the span of text should be italicized.

System_CAPS_pubpropertyText

Gets the text for the span.

System_CAPS_pubpropertyUnderline

Determines whether or not the span of text should be underlined.

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: