ITemporaryStorageService 인터페이스

정의

주의

API is no longer available

이 서비스를 사용하면 임시 스토리지에 액세스할 수 있습니다.

public interface class ITemporaryStorageService : Microsoft::CodeAnalysis::Host::IWorkspaceService
public interface ITemporaryStorageService : Microsoft.CodeAnalysis.Host.IWorkspaceService
[System.Obsolete("API is no longer available")]
public interface ITemporaryStorageService : Microsoft.CodeAnalysis.Host.IWorkspaceService
type ITemporaryStorageService = interface
    interface IWorkspaceService
[<System.Obsolete("API is no longer available")>]
type ITemporaryStorageService = interface
    interface IWorkspaceService
Public Interface ITemporaryStorageService
Implements IWorkspaceService
특성
구현

메서드

CreateTemporaryStreamStorage(CancellationToken)
사용되지 않음.

이 서비스를 사용하면 임시 스토리지에 액세스할 수 있습니다.

CreateTemporaryTextStorage(CancellationToken)
사용되지 않음.

이 서비스를 사용하면 임시 스토리지에 액세스할 수 있습니다.

적용 대상