IVsInfoBarTextSpanCollection Interface

Definition

Represents a document comprised of spans of text.

public interface class IVsInfoBarTextSpanCollection
public interface class IVsInfoBarTextSpanCollection
__interface IVsInfoBarTextSpanCollection
public interface IVsInfoBarTextSpanCollection
[System.Runtime.InteropServices.Guid("186DD013-096E-4134-8DC2-A0861607DA50")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInfoBarTextSpanCollection
type IVsInfoBarTextSpanCollection = interface
[<System.Runtime.InteropServices.Guid("186DD013-096E-4134-8DC2-A0861607DA50")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsInfoBarTextSpanCollection = interface
Public Interface IVsInfoBarTextSpanCollection
Attributes

Properties

Count

Gets the number of spans in the collection.

Methods

GetSpan(Int32)

Gets the span stored at a specific index in the collection.

Applies to