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
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
- 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.