TextLoader 类

定义

一个类,表示从存储位置访问源文本及其版本。

public ref class TextLoader abstract
public abstract class TextLoader
type TextLoader = class
Public MustInherit Class TextLoader
继承
TextLoader
派生

构造函数

TextLoader()

一个类,表示从存储位置访问源文本及其版本。

方法

From(SourceTextContainer, VersionStamp, String)

TextLoaderSourceTextContainer 和 版本创建 。

从加载程序获取的文本将是访问加载程序时的容器的当前文本。

From(TextAndVersion)

TextLoader从现有的源文本和版本创建新的 。

LoadTextAndVersionAsync(LoadTextOptions, CancellationToken)

加载文本和文档版本。

LoadTextAndVersionAsync(Workspace, DocumentId, CancellationToken)
已过时.

加载文本和文档版本。

适用于