HostWorkspaceServices.PersistentStorage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.