Share via


HostWorkspaceServices.PersistentStorage Property

Definition

Caution

Roslyn no longer exports a mechanism to perform persistence.

Obsolete. Roslyn no longer supports a mechanism to perform arbitrary persistence of data. If such functionality is needed, consumers are responsible for providing it themselves with whatever semantics are needed.

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

Property Value

Attributes

Applies to