C# 클래스 Microsoft.VisualStudio.Editor.Mocks.PersistentSpanMock

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

공개 메소드들

메소드 설명
Dispose ( ) : void
PersistentSpanMock ( ITextBuffer textBuffer, Span span, string filePath ) : System
TryGetEndLineIndex ( int &endLine, int &endIndex ) : bool
TryGetSpan ( Span &span ) : bool
TryGetStartLineIndex ( int &startLine, int &startIndex ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PersistentSpanMock() 공개 메소드

public PersistentSpanMock ( ITextBuffer textBuffer, Span span, string filePath ) : System
textBuffer ITextBuffer
span Span
filePath string
리턴 System

TryGetEndLineIndex() 공개 메소드

public TryGetEndLineIndex ( int &endLine, int &endIndex ) : bool
endLine int
endIndex int
리턴 bool

TryGetSpan() 공개 메소드

public TryGetSpan ( Span &span ) : bool
span Span
리턴 bool

TryGetStartLineIndex() 공개 메소드

public TryGetStartLineIndex ( int &startLine, int &startIndex ) : bool
startLine int
startIndex int
리턴 bool