Share via


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 は、データの任意の永続化を実行するメカニズムをサポートしなくなりました。 このような機能が必要な場合、コンシューマーは必要なセマンティクスを提供する責任があります。

適用対象