Compartir a través de


ITemporaryStorageService Interfaz

Definición

Precaución

API is no longer available

Este servicio le permite acceder al almacenamiento temporal.

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
Atributos
Implementaciones

Métodos

CreateTemporaryStreamStorage(CancellationToken)
Obsoletos.

Este servicio le permite acceder al almacenamiento temporal.

CreateTemporaryTextStorage(CancellationToken)
Obsoletos.

Este servicio le permite acceder al almacenamiento temporal.

Se aplica a