Condividi tramite


ITemporaryTextStorage Interfaccia

Definizione

Attenzione

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

Attenzione

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

TemporaryStorage può essere usato per leggere e scrivere testo in una posizione di archiviazione temporanea.

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
Attributi
Implementazioni

Metodi

ReadText(CancellationToken)
Obsoleti.
Obsoleti.

TemporaryStorage può essere usato per leggere e scrivere testo in una posizione di archiviazione temporanea.

ReadTextAsync(CancellationToken)
Obsoleti.
Obsoleti.

TemporaryStorage può essere usato per leggere e scrivere testo in una posizione di archiviazione temporanea.

WriteText(SourceText, CancellationToken)
Obsoleti.
Obsoleti.

TemporaryStorage può essere usato per leggere e scrivere testo in una posizione di archiviazione temporanea.

WriteTextAsync(SourceText, CancellationToken)
Obsoleti.
Obsoleti.

TemporaryStorage può essere usato per leggere e scrivere testo in una posizione di archiviazione temporanea.

Si applica a