C# Class Microsoft.R.Editor.Tree.TextChange

Inheritance: ICloneable
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Свойство Type Description
FullParseRequired bool
NewRange Microsoft.Languages.Core.Text.TextRange
NewTextProvider ITextProvider
OldRange Microsoft.Languages.Core.Text.TextRange
OldTextProvider ITextProvider
TextChangeType TextChangeType
Version int

Méthodes publiques

Méthode Description
Clear ( ) : void
Clone ( ) : object
Combine ( TextChange other ) : void

Combines one text change with another

TextChange ( ) : System
TextChange ( TextChange change, ITextProvider newTextProvider ) : System

Private Methods

Méthode Description
ToString ( ) : string

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : object
Résultat object

Combine() public méthode

Combines one text change with another
public Combine ( TextChange other ) : void
other TextChange
Résultat void

TextChange() public méthode

public TextChange ( ) : System
Résultat System

TextChange() public méthode

public TextChange ( TextChange change, ITextProvider newTextProvider ) : System
change TextChange
newTextProvider ITextProvider
Résultat System

Property Details

FullParseRequired public_oe property

True if full parse required.
public bool FullParseRequired
Résultat bool

NewRange public_oe property

Changed range in the current snapshot.
public TextRange,Microsoft.Languages.Core.Text NewRange
Résultat Microsoft.Languages.Core.Text.TextRange

NewTextProvider public_oe property

Current text snapshot
public ITextProvider NewTextProvider
Résultat ITextProvider

OldRange public_oe property

Changed range in the old snapshot.
public TextRange,Microsoft.Languages.Core.Text OldRange
Résultat Microsoft.Languages.Core.Text.TextRange

OldTextProvider public_oe property

Previuos text snapshot
public ITextProvider OldTextProvider
Résultat ITextProvider

TextChangeType public_oe property

Type of pending changes.
public TextChangeType TextChangeType
Résultat TextChangeType

Version public_oe property

Text snapshot version
public int Version
Résultat int