TextSpanPair.span2 Field

Definition

A TextSpan object representing the second span.

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

Field Value

Attributes

Remarks

A text span contains a starting position and an ending position, where each position is expressed as a line, column pair.

Applies to