Share via


NewSpanMapping.tspSpans Field

Describes the two spans that are to be mapped to each other.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Déclaration
Public tspSpans As TextSpanPair
public TextSpanPair tspSpans
public:
TextSpanPair tspSpans
val mutable tspSpans: TextSpanPair
public var tspSpans : TextSpanPair

Remarks

The tspSpans.span1 member is the primary buffer span and the tspSpans.span2 member is the secondary buffer span.

.NET Framework Security

See Also

Reference

NewSpanMapping Structure

Microsoft.VisualStudio.TextManager.Interop Namespace