C# 클래스 SIL.FieldWorks.IText.InterlinDocForAnalysisVc

상속: InterlinVc
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
InterlinDocForAnalysisVc ( SIL.FieldWorks.FDO.FdoCache cache ) : System
UpdateProp ( IVwSelection vwsel, int hvo, int tag, int frag, ITsString tssVal ) : ITsString

The only property we update is a user prompt. We need to switch things back to normal if anything was typed there, otherwise, the string has the wrong properties, and with all of it selected, we keep typing over things.

보호된 메소드들

메소드 설명
AddWordBundleInternal ( int hvo, IVwEnv vwenv ) : void

메소드 상세

AddWordBundleInternal() 보호된 메소드

protected AddWordBundleInternal ( int hvo, IVwEnv vwenv ) : void
hvo int
vwenv IVwEnv
리턴 void

InterlinDocForAnalysisVc() 공개 메소드

public InterlinDocForAnalysisVc ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache
리턴 System

UpdateProp() 공개 메소드

The only property we update is a user prompt. We need to switch things back to normal if anything was typed there, otherwise, the string has the wrong properties, and with all of it selected, we keep typing over things.
public UpdateProp ( IVwSelection vwsel, int hvo, int tag, int frag, ITsString tssVal ) : ITsString
vwsel IVwSelection
hvo int
tag int
frag int
tssVal ITsString
리턴 ITsString