C# Class Microsoft.Languages.Editor.Extensions.Extensions

Exibir arquivo Open project: Microsoft/RTVS

Public Methods

Method Description
GetCurrentEnd ( this trackingSpan ) : int
GetCurrentPosition ( this trackingPoint ) : int
GetCurrentSpan ( this trackingSpan ) : Span
GetCurrentStart ( this trackingSpan ) : int
GetCurrentText ( this trackingSpan ) : string

Method Details

GetCurrentEnd() public static method

public static GetCurrentEnd ( this trackingSpan ) : int
trackingSpan this
return int

GetCurrentPosition() public static method

public static GetCurrentPosition ( this trackingPoint ) : int
trackingPoint this
return int

GetCurrentSpan() public static method

public static GetCurrentSpan ( this trackingSpan ) : Span
trackingSpan this
return Span

GetCurrentStart() public static method

public static GetCurrentStart ( this trackingSpan ) : int
trackingSpan this
return int

GetCurrentText() public static method

public static GetCurrentText ( this trackingSpan ) : string
trackingSpan this
return string