Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a ITrackingSpan in this version.
Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Function CreateTrackingSpan ( _
    span As Span, _
    trackingMode As SpanTrackingMode _
) As ITrackingSpan
ITrackingSpan CreateTrackingSpan(
    Span span,
    SpanTrackingMode trackingMode
)
ITrackingSpan^ CreateTrackingSpan(
    Span span, 
    SpanTrackingMode trackingMode
)
abstract CreateTrackingSpan : 
        span:Span * 
        trackingMode:SpanTrackingMode -> ITrackingSpan 
function CreateTrackingSpan(
    span : Span, 
    trackingMode : SpanTrackingMode
) : ITrackingSpan
Parameters
- span
 Type: Microsoft.VisualStudio.Text.Span
 The span of text in this snapshot that the ITrackingSpan should represent.
- trackingMode
 Type: Microsoft.VisualStudio.Text.SpanTrackingMode
 How the ITrackingSpan will react to changes at its boundaries.
Return Value
Type: Microsoft.VisualStudio.Text.ITrackingSpan
A non-null ITrackingSpan.
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentOutOfRangeException | span.End is greater than the length of this version, or trackingMode is equal to Custom. | 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.