Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Accept ( ITextControl textControl, TextRange nameRange, LookupItemInsertType lookupItemInsertType, Suffix suffix, ISolution solution, bool keepCaretStill ) : void | ||
AcceptIfOnlyMatched ( LookupItemAcceptanceContext itemAcceptanceContext ) : bool | ||
CreateCandidates ( ) : IEnumerable |
||
GetDescription ( ) : RichTextBlock | ||
GetVisualReplaceRange ( ITextControl textControl, TextRange nameRange ) : TextRange | ||
Match ( PrefixMatcher prefixMatcher, ITextControl textControl ) : MatchingResult | ||
Shrink ( ) : bool | ||
Unshrink ( ) : void | ||
WrappedDynamicLookupItem ( ILookupItem item ) : System.Collections.Generic |
public Accept ( ITextControl textControl, TextRange nameRange, LookupItemInsertType lookupItemInsertType, Suffix suffix, ISolution solution, bool keepCaretStill ) : void | ||
textControl | ITextControl | |
nameRange | TextRange | |
lookupItemInsertType | LookupItemInsertType | |
suffix | Suffix | |
solution | ISolution | |
keepCaretStill | bool | |
Результат | void |
public AcceptIfOnlyMatched ( LookupItemAcceptanceContext itemAcceptanceContext ) : bool | ||
itemAcceptanceContext | LookupItemAcceptanceContext | |
Результат | bool |
public GetVisualReplaceRange ( ITextControl textControl, TextRange nameRange ) : TextRange | ||
textControl | ITextControl | |
nameRange | TextRange | |
Результат | TextRange |
public Match ( PrefixMatcher prefixMatcher, ITextControl textControl ) : MatchingResult | ||
prefixMatcher | PrefixMatcher | |
textControl | ITextControl | |
Результат | MatchingResult |
public WrappedDynamicLookupItem ( ILookupItem item ) : System.Collections.Generic | ||
item | ILookupItem | |
Результат | System.Collections.Generic |