TextSpanAndCookie.CodeSpan 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 span of embedded source code.
public: Microsoft::VisualStudio::TextManager::Interop::TextSpan CodeSpan;
public: Microsoft::VisualStudio::TextManager::Interop::TextSpan CodeSpan;
Microsoft::VisualStudio::TextManager::Interop::TextSpan CodeSpan;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.TextSpan")]
public Microsoft.VisualStudio.TextManager.Interop.TextSpan CodeSpan;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.TextManager.Interop.TextSpan")>]
val mutable CodeSpan : Microsoft.VisualStudio.TextManager.Interop.TextSpan
Public CodeSpan 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.