IVsInfoBarTextSpanCollection Interface

Visual Studio 2015
 

Represents a document comprised of spans of text.

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

[GuidAttribute("186DD013-096E-4134-8DC2-A0861607DA50")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsInfoBarTextSpanCollection

NameDescription
System_CAPS_pubpropertyCount

Gets the number of spans in the collection.

NameDescription
System_CAPS_pubmethodGetSpan(Int32)

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

Return to top
Show: