IVsInfoBarTextSpan Interface

Definition

Represents a span of text inside an IVsInfoBar. Multiple spans of text can be concatenated together, in the same way as a rich text document.

public interface class IVsInfoBarTextSpan
public interface class IVsInfoBarTextSpan
__interface IVsInfoBarTextSpan
public interface IVsInfoBarTextSpan
[System.Runtime.InteropServices.Guid("A513499A-A1D0-4C21-BDEE-16761BAFD930")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInfoBarTextSpan
type IVsInfoBarTextSpan = interface
[<System.Runtime.InteropServices.Guid("A513499A-A1D0-4C21-BDEE-16761BAFD930")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsInfoBarTextSpan = interface
Public Interface IVsInfoBarTextSpan
Derived
Attributes

Properties

Bold

Determines whether the text is bold.

Italic

Determines whether the text is italic.

Text

Gets the text for the span.

Underline

Determines whether the text is underlined.

Applies to