HostWorkspaceServices.PersistentStorage プロパティ

定義

注意事項

Roslyn no longer exports a mechanism to perform persistence.

互換性のために残されています。 Roslyn では、データの任意の永続化を実行するメカニズムがサポートされなくなりました。 このような機能が必要な場合、コンシューマーは、必要なセマンティクスを提供する責任があります。

public:
 virtual property Microsoft::CodeAnalysis::Host::IPersistentStorageService ^ PersistentStorage { Microsoft::CodeAnalysis::Host::IPersistentStorageService ^ get(); };
public virtual Microsoft.CodeAnalysis.Host.IPersistentStorageService PersistentStorage { get; }
[System.Obsolete("Roslyn no longer exports a mechanism to perform persistence.", true)]
public virtual Microsoft.CodeAnalysis.Host.IPersistentStorageService PersistentStorage { get; }
member this.PersistentStorage : Microsoft.CodeAnalysis.Host.IPersistentStorageService
[<System.Obsolete("Roslyn no longer exports a mechanism to perform persistence.", true)>]
member this.PersistentStorage : Microsoft.CodeAnalysis.Host.IPersistentStorageService
Public Overridable ReadOnly Property PersistentStorage As IPersistentStorageService

プロパティ値

属性

適用対象