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

'宣言
Public tspSpans As TextSpanPair
'使用
Dim instance As NewSpanMapping
Dim value As TextSpanPair

value = instance.tspSpans

instance.tspSpans = value
public TextSpanPair tspSpans
public:
TextSpanPair tspSpans
public var tspSpans : TextSpanPair

Field Value

Type: Microsoft.VisualStudio.TextManager.Interop.TextSpanPair

Remarks

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

Permissions

See Also

Reference

NewSpanMapping Structure

NewSpanMapping Members

Microsoft.VisualStudio.TextManager.Interop Namespace