HostWorkspaceServices.TemporaryStorage 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 store arbitrary data in-memory.
Obsolete. Roslyn no longer supports a mechanism to store arbitrary data in-memory. If such functionality is needed, consumers are responsible for providing it themselves with whatever semantics are needed.
public:
virtual property Microsoft::CodeAnalysis::Host::ITemporaryStorageService ^ TemporaryStorage { Microsoft::CodeAnalysis::Host::ITemporaryStorageService ^ get(); };
public virtual Microsoft.CodeAnalysis.Host.ITemporaryStorageService TemporaryStorage { get; }
[System.Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")]
public virtual Microsoft.CodeAnalysis.Host.ITemporaryStorageService TemporaryStorage { get; }
member this.TemporaryStorage : Microsoft.CodeAnalysis.Host.ITemporaryStorageService
[<System.Obsolete("Roslyn no longer exports a mechanism to store arbitrary data in-memory.")>]
member this.TemporaryStorage : Microsoft.CodeAnalysis.Host.ITemporaryStorageService
Public Overridable ReadOnly Property TemporaryStorage As ITemporaryStorageService
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.