C# Класс Microsoft.R.Editor.SuggestedActions.Providers.LibraryStatementSuggestedActionProvider

Наследование: IRSuggestedActionProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetSuggestedActions ( ITextView textView, ITextBuffer textBuffer, int bufferPosition ) : IEnumerable
HasSuggestedActions ( ITextView textView, ITextBuffer textBuffer, int bufferPosition ) : bool

Приватные методы

Метод Описание
LibraryStatementSuggestedActionProvider ( IRInteractiveWorkflowProvider workflowProvider ) : System

Описание методов

GetSuggestedActions() публичный Метод

public GetSuggestedActions ( ITextView textView, ITextBuffer textBuffer, int bufferPosition ) : IEnumerable
textView ITextView
textBuffer ITextBuffer
bufferPosition int
Результат IEnumerable

HasSuggestedActions() публичный Метод

public HasSuggestedActions ( ITextView textView, ITextBuffer textBuffer, int bufferPosition ) : bool
textView ITextView
textBuffer ITextBuffer
bufferPosition int
Результат bool