Share via


NewSpanMapping.tspSpans Field

Definition

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

public: Microsoft::VisualStudio::TextManager::Interop::TextSpanPair tspSpans;
Microsoft::VisualStudio::TextManager::Interop::TextSpanPair tspSpans;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.TextSpanPair")]
public Microsoft.VisualStudio.TextManager.Interop.TextSpanPair tspSpans;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.TextSpanPair")>]
val mutable tspSpans : Microsoft.VisualStudio.TextManager.Interop.TextSpanPair
Public tspSpans As TextSpanPair 

Field Value

Attributes

Remarks

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

Applies to