Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of IMappingSpan objects where the tags have changed.
Namespace: Microsoft.VisualStudio.Text.Tagging
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public ReadOnly Property Spans As ReadOnlyCollection(Of IMappingSpan)
public ReadOnlyCollection<IMappingSpan> Spans { get; }
public:
property ReadOnlyCollection<IMappingSpan^>^ Spans {
ReadOnlyCollection<IMappingSpan^>^ get ();
}
member Spans : ReadOnlyCollection<IMappingSpan> with get
function get Spans () : ReadOnlyCollection<IMappingSpan>
Property Value
Type: ReadOnlyCollection<IMappingSpan>
The list of IMappingSpan objects where the tags have changed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.