Update() public méthode

public Update ( ITsString tss ) : void
tss ITsString
Résultat void
 public void PropChanged(int hvo, int tag, int ivMin, int cvIns, int cvDel)
 {
     if (tag == PossibilityAtomicReferenceView.kflidFake)
     {
         m_autoComplete.Update(m_atomicRefView.RootBox.DataAccess.get_StringProp(hvo, tag));
     }
 }