HostWorkspaceServices.PersistentStorage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Roslyn no longer exports a mechanism to perform persistence.
已過時。 Roslyn 不再支援執行任意資料持續性的機制。 如果需要這類功能,取用者必須負責自行提供任何需要語意。
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
屬性值
- 屬性