Freigeben über


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

'Declaration
Public tspSpans As TextSpanPair
'Usage
Dim instance As NewSpanMapping
Dim value As TextSpanPair

value = instance.tspSpans

instance.tspSpans = value
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

NewSpanMapping Members

Microsoft.VisualStudio.TextManager.Interop Namespace