TextSpanAndCookie.CodeSpan Field

Definition

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.

Applies to