C# 클래스 Microsoft.Languages.Editor.Extensions.Extensions

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetCurrentEnd ( this trackingSpan ) : int
GetCurrentPosition ( this trackingPoint ) : int
GetCurrentSpan ( this trackingSpan ) : Span
GetCurrentStart ( this trackingSpan ) : int
GetCurrentText ( this trackingSpan ) : string

메소드 상세

GetCurrentEnd() 공개 정적인 메소드

public static GetCurrentEnd ( this trackingSpan ) : int
trackingSpan this
리턴 int

GetCurrentPosition() 공개 정적인 메소드

public static GetCurrentPosition ( this trackingPoint ) : int
trackingPoint this
리턴 int

GetCurrentSpan() 공개 정적인 메소드

public static GetCurrentSpan ( this trackingSpan ) : Span
trackingSpan this
리턴 Span

GetCurrentStart() 공개 정적인 메소드

public static GetCurrentStart ( this trackingSpan ) : int
trackingSpan this
리턴 int

GetCurrentText() 공개 정적인 메소드

public static GetCurrentText ( this trackingSpan ) : string
trackingSpan this
리턴 string