ITemporaryTextStorage 인터페이스

정의

주의

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를 사용하여 임시 스토리지 위치에 텍스트를 읽고 쓸 수 있습니다.

적용 대상