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 は、データの任意の永続化を実行するメカニズムをサポートしなくなりました。 このような機能が必要な場合、コンシューマーは必要なセマンティクスを提供する責任があります。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET