IScopeStorageProvider.CurrentScope 屬性

定義

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

public System.Collections.Generic.IDictionary<object,object> CurrentScope { get; set; }
member this.CurrentScope : System.Collections.Generic.IDictionary<obj, obj> with get, set
Public Property CurrentScope As IDictionary(Of Object, Object)

屬性值

儲存目前領域資料的字典。

適用於