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 可用來讀取和寫入暫存位置的文字。 |