C# 클래스 NetIde.Core.ToolWindows.TextEditor.NiTextMarker

상속: NetIde.Shell.ServiceObject, INiTextMarker
파일 보기 프로젝트 열기: netide/netide 1 사용 예제들

공개 메소드들

메소드 설명
GetColor ( int &color ) : HResult
GetExtendToBorder ( bool &extendToBorder ) : HResult
GetForeColor ( int &foreColor ) : HResult
GetHatchStyle ( NiTextMarkerHatchStyle &hatchStyle ) : HResult
GetIsReadOnly ( bool &isReadOnly ) : HResult
GetOffset ( int &startLine, int &startIndex, int &endLine, int &endIndex ) : HResult
GetToolTip ( string &toolTip ) : HResult
GetType ( NiTextMarkerType &type ) : HResult
NiTextMarker ( NiTextLines owner, ICSharpCode.TextEditor.Document.TextMarker marker ) : System
SetIsReadOnly ( bool isReadOnly ) : HResult
SetToolTip ( string toolTip ) : HResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetColor() 공개 메소드

public GetColor ( int &color ) : HResult
color int
리턴 HResult

GetExtendToBorder() 공개 메소드

public GetExtendToBorder ( bool &extendToBorder ) : HResult
extendToBorder bool
리턴 HResult

GetForeColor() 공개 메소드

public GetForeColor ( int &foreColor ) : HResult
foreColor int
리턴 HResult

GetHatchStyle() 공개 메소드

public GetHatchStyle ( NiTextMarkerHatchStyle &hatchStyle ) : HResult
hatchStyle NiTextMarkerHatchStyle
리턴 HResult

GetIsReadOnly() 공개 메소드

public GetIsReadOnly ( bool &isReadOnly ) : HResult
isReadOnly bool
리턴 HResult

GetOffset() 공개 메소드

public GetOffset ( int &startLine, int &startIndex, int &endLine, int &endIndex ) : HResult
startLine int
startIndex int
endLine int
endIndex int
리턴 HResult

GetToolTip() 공개 메소드

public GetToolTip ( string &toolTip ) : HResult
toolTip string
리턴 HResult

GetType() 공개 메소드

public GetType ( NiTextMarkerType &type ) : HResult
type NiTextMarkerType
리턴 HResult

NiTextMarker() 공개 메소드

public NiTextMarker ( NiTextLines owner, ICSharpCode.TextEditor.Document.TextMarker marker ) : System
owner NiTextLines
marker ICSharpCode.TextEditor.Document.TextMarker
리턴 System

SetIsReadOnly() 공개 메소드

public SetIsReadOnly ( bool isReadOnly ) : HResult
isReadOnly bool
리턴 HResult

SetToolTip() 공개 메소드

public SetToolTip ( string toolTip ) : HResult
toolTip string
리턴 HResult