次の方法で共有


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 を使用すると、一時ストレージの場所に対するテキストの読み取りと書き込みを行うことができます。

適用対象