C# 클래스 Microsoft.Html.Core.Tree.Nodes.TreeNode

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

공개 메소드들

메소드 설명
Contains ( int position ) : bool

Determines if node contains given position

HasPrefix ( ) : bool

Determines if node name has namespace prefix

Shift ( int offset ) : void

Shifts node start, end and all child elements by the specified offset.

ShiftStartingFrom ( int position, int offset ) : void

Shifts node components that are located at or beyond given start point by the specified range

비공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

Contains() 공개 메소드

Determines if node contains given position
public Contains ( int position ) : bool
position int Position in a text buffer
리턴 bool

HasPrefix() 공개 추상적인 메소드

Determines if node name has namespace prefix
public abstract HasPrefix ( ) : bool
리턴 bool

Shift() 공개 추상적인 메소드

Shifts node start, end and all child elements by the specified offset.
public abstract Shift ( int offset ) : void
offset int
리턴 void

ShiftStartingFrom() 공개 추상적인 메소드

Shifts node components that are located at or beyond given start point by the specified range
public abstract ShiftStartingFrom ( int position, int offset ) : void
position int
offset int Offset to shift by
리턴 void