ITemporaryTextStorage 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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 可用于在临时存储位置读取和写入文本。 |