共用方式為


ITemporaryTextStorage 介面

定義

警告

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

警告

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

適用於