C# 클래스 Microsoft.R.Editor.Completion.Providers.FilesCompletionProvider

Provides list of files and folder in the current directory
상속: IRCompletionListProvider
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
FilesCompletionProvider ( string directoryCandidate, IRInteractiveWorkflow workflow, IImagesProvider imagesProvider, IGlyphService glyphService, bool forceR = false ) : System
GetEntries ( RCompletionContext context ) : IReadOnlyCollection

비공개 메소드들

메소드 설명
ExtractDirectory ( string directory ) : string
GetLocalDirectoryItems ( string userDirectory ) : IEnumerable
GetRemoteDirectoryItemsAsync ( string directory ) : Task>

메소드 상세

FilesCompletionProvider() 공개 메소드

public FilesCompletionProvider ( string directoryCandidate, IRInteractiveWorkflow workflow, IImagesProvider imagesProvider, IGlyphService glyphService, bool forceR = false ) : System
directoryCandidate string
workflow IRInteractiveWorkflow
imagesProvider IImagesProvider
glyphService IGlyphService
forceR bool
리턴 System

GetEntries() 공개 메소드

public GetEntries ( RCompletionContext context ) : IReadOnlyCollection
context RCompletionContext
리턴 IReadOnlyCollection