FileTextLoader 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public ref class FileTextLoader : Microsoft::CodeAnalysis::TextLoader
[System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")]
public class FileTextLoader : Microsoft.CodeAnalysis.TextLoader
[<System.Diagnostics.DebuggerDisplay("{GetDebuggerDisplay(), nq}")>]
type FileTextLoader = class
inherit TextLoader
Public Class FileTextLoader
Inherits TextLoader
- 상속
- 특성
생성자
FileTextLoader(String, Encoding) |
지정된 파일에 대한 콘텐츠 로더를 만듭니다. |
속성
DefaultEncoding |
파일의 실제 인코딩을 스트림 콘텐츠에서 확인할 수 없는 경우 사용할 인코딩을 지정합니다(스트림은 바이트 순서 표시로 시작되지 않음).
자동 검색 추론이 인코딩을 결정하는 데 사용되는 경우 |
Path |
파일의 절대 경로입니다. |
메서드
CreateText(Stream, Workspace) |
에서 Stream를 만듭니다SourceText. |
LoadTextAndVersionAsync(LoadTextOptions, CancellationToken) |
작업 영역에서 텍스트 및 문서 버전을 로드합니다. |
LoadTextAndVersionAsync(LoadTextOptions, CancellationToken) |
텍스트 및 문서 버전을 로드합니다. (다음에서 상속됨 TextLoader) |
LoadTextAndVersionAsync(Workspace, DocumentId, CancellationToken) |
사용되지 않음.
작업 영역에서 텍스트 및 문서 버전을 로드합니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET