IPersistentStorageService 인터페이스

정의

주의

Roslyn no longer exports a mechanism to perform persistence.

사용되지 않습니다. Roslyn은 더 이상 데이터의 임의 지속성을 수행하는 메커니즘을 지원하지 않습니다. 이러한 기능이 필요한 경우 소비자는 필요한 의미 체계를 스스로 제공할 책임이 있습니다.

public interface class IPersistentStorageService : Microsoft::CodeAnalysis::Host::IWorkspaceService
public interface IPersistentStorageService : Microsoft.CodeAnalysis.Host.IWorkspaceService
[System.Obsolete("Roslyn no longer exports a mechanism to perform persistence.", true)]
public interface IPersistentStorageService : Microsoft.CodeAnalysis.Host.IWorkspaceService
type IPersistentStorageService = interface
    interface IWorkspaceService
[<System.Obsolete("Roslyn no longer exports a mechanism to perform persistence.", true)>]
type IPersistentStorageService = interface
    interface IWorkspaceService
Public Interface IPersistentStorageService
Implements IWorkspaceService
특성
구현

메서드

GetStorage(Solution)
사용되지 않음.
사용되지 않음.

사용되지 않습니다. Roslyn은 더 이상 데이터의 임의 지속성을 수행하는 메커니즘을 지원하지 않습니다. 이러한 기능이 필요한 경우 소비자는 필요한 의미 체계를 스스로 제공할 책임이 있습니다.

GetStorageAsync(Solution, CancellationToken)
사용되지 않음.

사용되지 않습니다. Roslyn은 더 이상 데이터의 임의 지속성을 수행하는 메커니즘을 지원하지 않습니다. 이러한 기능이 필요한 경우 소비자는 필요한 의미 체계를 스스로 제공할 책임이 있습니다.

적용 대상