IPersistentStorageService 接口

定义

注意

Roslyn no longer exports a mechanism to perform persistence.

已过时。 Roslyn 不再支持执行任意数据持久性的机制。 如果需要此功能,使用者负责自行提供所需的任何语义。

public interface class IPersistentStorageService : Microsoft::CodeAnalysis::Host::IWorkspaceService
public interface IPersistentStorageService : Microsoft.CodeAnalysis.Host.IWorkspaceService
[System.Obsolete("Roslyn no longer exports a mechanism to perform persistence.", true)]
public interface IPersistentStorageService : Microsoft.CodeAnalysis.Host.IWorkspaceService
type IPersistentStorageService = interface
    interface IWorkspaceService
[<System.Obsolete("Roslyn no longer exports a mechanism to perform persistence.", true)>]
type IPersistentStorageService = interface
    interface IWorkspaceService
Public Interface IPersistentStorageService
Implements IWorkspaceService
属性
实现

方法

GetStorage(Solution)
已过时.
已过时.

已过时。 Roslyn 不再支持执行任意数据持久性的机制。 如果需要此功能,使用者负责自行提供所需的任何语义。

GetStorageAsync(Solution, CancellationToken)
已过时.

已过时。 Roslyn 不再支持执行任意数据持久性的机制。 如果需要此功能,使用者负责自行提供所需的任何语义。

适用于