C# 클래스 JetBrains.ReSharper.Plugins.AngularJS.Feature.Services.CodeCompletion.WrappedDynamicLookupItem

상속: UserDataHolder, IWrappedLookupItem, IDescriptionProvidingLookupItem, IParameterInfoCandidatesProvider
파일 보기 프로젝트 열기: JetBrains/resharper-angularjs 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Accept() 공개 메소드

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

AcceptIfOnlyMatched() 공개 메소드

public AcceptIfOnlyMatched ( LookupItemAcceptanceContext itemAcceptanceContext ) : bool
itemAcceptanceContext LookupItemAcceptanceContext
리턴 bool

CreateCandidates() 공개 메소드

public CreateCandidates ( ) : IEnumerable
리턴 IEnumerable

GetDescription() 공개 메소드

public GetDescription ( ) : RichTextBlock
리턴 RichTextBlock

GetVisualReplaceRange() 공개 메소드

public GetVisualReplaceRange ( ITextControl textControl, TextRange nameRange ) : TextRange
textControl ITextControl
nameRange TextRange
리턴 TextRange

Match() 공개 메소드

public Match ( PrefixMatcher prefixMatcher, ITextControl textControl ) : MatchingResult
prefixMatcher PrefixMatcher
textControl ITextControl
리턴 MatchingResult

Shrink() 공개 메소드

public Shrink ( ) : bool
리턴 bool

Unshrink() 공개 메소드

public Unshrink ( ) : void
리턴 void

WrappedDynamicLookupItem() 공개 메소드

public WrappedDynamicLookupItem ( ILookupItem item ) : System.Collections.Generic
item ILookupItem
리턴 System.Collections.Generic