C# 클래스 Microsoft.R.Editor.SuggestedActions.RSuggestedActionSource

상속: ISuggestedActionsSource
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FromViewAndBuffer ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : ISuggestedActionsSource
GetSuggestedActions ( ISuggestedActionCategorySet requestedActionCategories, SnapshotSpan range, CancellationToken cancellationToken ) : IEnumerable
HasSuggestedActionsAsync ( ISuggestedActionCategorySet requestedActionCategories, SnapshotSpan range, CancellationToken cancellationToken ) : Task
RSuggestedActionSource ( ITextView textView, ITextBuffer textBuffer, IEnumerable suggestedActionProviders, ICoreShell shell ) : System
TryGetTelemetryId ( System.Guid &telemetryId ) : bool

비공개 메소드들

메소드 설명
OnCaretPositionChanged ( object sender, CaretPositionChangedEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FromViewAndBuffer() 공개 정적인 메소드

public static FromViewAndBuffer ( ITextView textView, ITextBuffer textBuffer, ICoreShell shell ) : ISuggestedActionsSource
textView ITextView
textBuffer ITextBuffer
shell ICoreShell
리턴 ISuggestedActionsSource

GetSuggestedActions() 공개 메소드

public GetSuggestedActions ( ISuggestedActionCategorySet requestedActionCategories, SnapshotSpan range, CancellationToken cancellationToken ) : IEnumerable
requestedActionCategories ISuggestedActionCategorySet
range SnapshotSpan
cancellationToken System.Threading.CancellationToken
리턴 IEnumerable

HasSuggestedActionsAsync() 공개 메소드

public HasSuggestedActionsAsync ( ISuggestedActionCategorySet requestedActionCategories, SnapshotSpan range, CancellationToken cancellationToken ) : Task
requestedActionCategories ISuggestedActionCategorySet
range SnapshotSpan
cancellationToken System.Threading.CancellationToken
리턴 Task

RSuggestedActionSource() 공개 메소드

public RSuggestedActionSource ( ITextView textView, ITextBuffer textBuffer, IEnumerable suggestedActionProviders, ICoreShell shell ) : System
textView ITextView
textBuffer ITextBuffer
suggestedActionProviders IEnumerable
shell ICoreShell
리턴 System

TryGetTelemetryId() 공개 메소드

public TryGetTelemetryId ( System.Guid &telemetryId ) : bool
telemetryId System.Guid
리턴 bool