共用方式為


ITemporaryStorageService 介面

定義

警告

API is no longer available

此服務可讓您存取暫存儲存體。

public interface class ITemporaryStorageService : Microsoft::CodeAnalysis::Host::IWorkspaceService
public interface ITemporaryStorageService : Microsoft.CodeAnalysis.Host.IWorkspaceService
[System.Obsolete("API is no longer available")]
public interface ITemporaryStorageService : Microsoft.CodeAnalysis.Host.IWorkspaceService
type ITemporaryStorageService = interface
    interface IWorkspaceService
[<System.Obsolete("API is no longer available")>]
type ITemporaryStorageService = interface
    interface IWorkspaceService
Public Interface ITemporaryStorageService
Implements IWorkspaceService
屬性
實作

方法

CreateTemporaryStreamStorage(CancellationToken)
已淘汰.

此服務可讓您存取暫存儲存體。

CreateTemporaryTextStorage(CancellationToken)
已淘汰.

此服務可讓您存取暫存儲存體。

適用於