Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: System.Collections.ObjectModel.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.