C# Class SIL.FieldWorks.IText.InterlinDocForAnalysisVc

Inheritance: InterlinVc
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
AddWordBundleInternal ( int hvo, IVwEnv vwenv ) : void

Method Details

AddWordBundleInternal() protected méthode

protected AddWordBundleInternal ( int hvo, IVwEnv vwenv ) : void
hvo int
vwenv IVwEnv
Résultat void

InterlinDocForAnalysisVc() public méthode

public InterlinDocForAnalysisVc ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache
Résultat System

UpdateProp() public méthode

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
Résultat ITsString