StaticScopeStorageProvider.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)

屬性值

提供目前已設定領域之資料的字典。

實作

適用於