C# 클래스 Microsoft.R.Editor.Tree.TextChange

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

공개 프로퍼티들

프로퍼티 타입 설명
FullParseRequired bool
NewRange Microsoft.Languages.Core.Text.TextRange
NewTextProvider ITextProvider
OldRange Microsoft.Languages.Core.Text.TextRange
OldTextProvider ITextProvider
TextChangeType TextChangeType
Version int

공개 메소드들

메소드 설명
Clear ( ) : void
Clone ( ) : object
Combine ( TextChange other ) : void

Combines one text change with another

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

비공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Combine() 공개 메소드

Combines one text change with another
public Combine ( TextChange other ) : void
other TextChange
리턴 void

TextChange() 공개 메소드

public TextChange ( ) : System
리턴 System

TextChange() 공개 메소드

public TextChange ( TextChange change, ITextProvider newTextProvider ) : System
change TextChange
newTextProvider ITextProvider
리턴 System

프로퍼티 상세

FullParseRequired 공개적으로 프로퍼티

True if full parse required.
public bool FullParseRequired
리턴 bool

NewRange 공개적으로 프로퍼티

Changed range in the current snapshot.
public TextRange,Microsoft.Languages.Core.Text NewRange
리턴 Microsoft.Languages.Core.Text.TextRange

NewTextProvider 공개적으로 프로퍼티

Current text snapshot
public ITextProvider NewTextProvider
리턴 ITextProvider

OldRange 공개적으로 프로퍼티

Changed range in the old snapshot.
public TextRange,Microsoft.Languages.Core.Text OldRange
리턴 Microsoft.Languages.Core.Text.TextRange

OldTextProvider 공개적으로 프로퍼티

Previuos text snapshot
public ITextProvider OldTextProvider
리턴 ITextProvider

TextChangeType 공개적으로 프로퍼티

Type of pending changes.
public TextChangeType TextChangeType
리턴 TextChangeType

Version 공개적으로 프로퍼티

Text snapshot version
public int Version
리턴 int