C# Class Microsoft.R.Editor.Undo.MassiveChange

Inheritance: IDisposable
Show file Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
MassiveChange ( ITextView textView, ITextBuffer textBuffer, ICompositionCatalog catalog, string description ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MassiveChange() public method

public MassiveChange ( ITextView textView, ITextBuffer textBuffer, ICompositionCatalog catalog, string description ) : System
textView ITextView
textBuffer ITextBuffer
catalog ICompositionCatalog
description string
return System