TextSpanPair.span2 Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.