C# Class JetBrains.ReSharper.Plugins.AngularJS.Feature.Services.CodeCompletion.WrappedDynamicLookupItem

Inheritance: UserDataHolder, IWrappedLookupItem, IDescriptionProvidingLookupItem, IParameterInfoCandidatesProvider
Afficher le fichier Open project: JetBrains/resharper-angularjs Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Accept() public méthode

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

AcceptIfOnlyMatched() public méthode

public AcceptIfOnlyMatched ( LookupItemAcceptanceContext itemAcceptanceContext ) : bool
itemAcceptanceContext LookupItemAcceptanceContext
Résultat bool

CreateCandidates() public méthode

public CreateCandidates ( ) : IEnumerable
Résultat IEnumerable

GetDescription() public méthode

public GetDescription ( ) : RichTextBlock
Résultat RichTextBlock

GetVisualReplaceRange() public méthode

public GetVisualReplaceRange ( ITextControl textControl, TextRange nameRange ) : TextRange
textControl ITextControl
nameRange TextRange
Résultat TextRange

Match() public méthode

public Match ( PrefixMatcher prefixMatcher, ITextControl textControl ) : MatchingResult
prefixMatcher PrefixMatcher
textControl ITextControl
Résultat MatchingResult

Shrink() public méthode

public Shrink ( ) : bool
Résultat bool

Unshrink() public méthode

public Unshrink ( ) : void
Résultat void

WrappedDynamicLookupItem() public méthode

public WrappedDynamicLookupItem ( ILookupItem item ) : System.Collections.Generic
item ILookupItem
Résultat System.Collections.Generic