ITemporaryTextStorage 接口

定义

注意

Roslyn no longer exports a mechanism to store arbitrary data in-memory.

TemporaryStorage 可用于在临时存储位置读取和写入文本。

public interface class ITemporaryTextStorage : IDisposable
public interface ITemporaryTextStorage : IDisposable
[System.Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")]
public interface ITemporaryTextStorage : IDisposable
type ITemporaryTextStorage = interface
    interface IDisposable
[<System.Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")>]
type ITemporaryTextStorage = interface
    interface IDisposable
Public Interface ITemporaryTextStorage
Implements IDisposable
属性
实现

方法

ReadText(CancellationToken)
已过时.

TemporaryStorage 可用于在临时存储位置读取和写入文本。

ReadTextAsync(CancellationToken)
已过时.

TemporaryStorage 可用于在临时存储位置读取和写入文本。

WriteText(SourceText, CancellationToken)
已过时.

TemporaryStorage 可用于在临时存储位置读取和写入文本。

WriteTextAsync(SourceText, CancellationToken)
已过时.

TemporaryStorage 可用于在临时存储位置读取和写入文本。

适用于