TextSpanPair.span1 Field

A TextSpan object representing the first span.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Déclaration
Public span1 As TextSpan
'Utilisation
Dim instance As TextSpanPair
Dim value As TextSpan

value = instance.span1

instance.span1 = value
public TextSpan span1
public:
TextSpan span1
val mutable span1: TextSpan
public var span1 : TextSpan

Remarks

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

.NET Framework Security

See Also

Reference

TextSpanPair Structure

TextSpanPair Members

Microsoft.VisualStudio.TextManager.Interop Namespace