IPersistentStorageService 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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 不再支持执行任意数据持久性的机制。 如果需要此功能,使用者负责自行提供所需的任何语义。 |