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) |
SourceText从 Stream创建 。 |
LoadTextAndVersionAsync(LoadTextOptions, CancellationToken) |
在工作区中加载文本和文档版本。 |
LoadTextAndVersionAsync(LoadTextOptions, CancellationToken) |
加载文本和文档版本。 (继承自 TextLoader) |
LoadTextAndVersionAsync(Workspace, DocumentId, CancellationToken) |
已过时.
在工作区中加载文本和文档版本。 |