TextSpanPair.span1 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 first span.
public: Microsoft::VisualStudio::TextManager::Interop::TextSpan span1;
public: Microsoft::VisualStudio::TextManager::Interop::TextSpan span1;
Microsoft::VisualStudio::TextManager::Interop::TextSpan span1;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.TextSpan")]
public Microsoft.VisualStudio.TextManager.Interop.TextSpan span1;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.TextSpan")>]
val mutable span1 : Microsoft.VisualStudio.TextManager.Interop.TextSpan
Public span1 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.