프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |