共用方式為


ScopeStorage 類別

定義

定義用於包含暫時性領域之存放區的類別。

public static class ScopeStorage
type ScopeStorage = class
Public Class ScopeStorage
繼承
ScopeStorage

屬性

CurrentProvider

取得或設定目前的領域提供者。

CurrentScope

取得用來將資料儲存於目前領域的字典。

GlobalScope

取得用來將資料儲存於全域領域的字典。

方法

CreateTransientScope()

根據 屬性中的範圍,傳回用來將資料儲存在暫時性範圍中的 CurrentScope 字典。

CreateTransientScope(IDictionary<Object,Object>)

傳回用來將資料儲存於暫時性領域的字典。

適用於