コード例 #1
0
 public void Accept(ITextControl textControl,
                    TextRange nameRange,
                    LookupItemInsertType lookupItemInsertType,
                    Suffix suffix,
                    ISolution solution,
                    bool keepCaretStill)
 {
     Item.Accept(textControl, nameRange, lookupItemInsertType, suffix, solution, keepCaretStill);
 }