Share via


ScopeStorageDictionary.GetItems Method

Definition

Returns an enumerator that can be used to iterate through the distinct elements of concatenated ScopeStorageDictionary and BaseScope objects.

protected virtual System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,object>> GetItems ();
abstract member GetItems : unit -> seq<System.Collections.Generic.KeyValuePair<obj, obj>>
override this.GetItems : unit -> seq<System.Collections.Generic.KeyValuePair<obj, obj>>
Protected Overridable Function GetItems () As IEnumerable(Of KeyValuePair(Of Object, Object))

Returns

An enumerator that contains distinct elements from the concatenated dictionary objects.

Applies to