C# 클래스 Microsoft.R.Editor.Test.Mocks.EditorDocumentMock

상속: IREditorDocument
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
BeginMassiveChange ( ) : void
Close ( ) : void
Dispose ( ) : void
EditorDocumentMock ( IEditorTree tree ) : System
EditorDocumentMock ( string content, string filePath = null ) : System
EndMassiveChange ( ) : bool

메소드 상세

BeginMassiveChange() 공개 메소드

public BeginMassiveChange ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditorDocumentMock() 공개 메소드

public EditorDocumentMock ( IEditorTree tree ) : System
tree IEditorTree
리턴 System

EditorDocumentMock() 공개 메소드

public EditorDocumentMock ( string content, string filePath = null ) : System
content string
filePath string
리턴 System

EndMassiveChange() 공개 메소드

public EndMassiveChange ( ) : bool
리턴 bool