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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.