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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.