C# Class Microsoft.R.Editor.Test.Mocks.EditorDocumentMock

Inheritance: IREditorDocument
显示文件 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
BeginMassiveChange ( ) : void
Close ( ) : void
Dispose ( ) : void
EditorDocumentMock ( IEditorTree tree ) : System
EditorDocumentMock ( string content, string filePath = null ) : System
EndMassiveChange ( ) : bool

Method Details

BeginMassiveChange() public method

public BeginMassiveChange ( ) : void
return void

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

EditorDocumentMock() public method

public EditorDocumentMock ( IEditorTree tree ) : System
tree IEditorTree
return System

EditorDocumentMock() public method

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

EndMassiveChange() public method

public EndMassiveChange ( ) : bool
return bool