Edit

Share via


AttachedShadowBase.EnumerateElementContexts Method

Definition

Gets an enumeration over the current list of AttachedShadowElementContext of elements using this shared shadow definition.

public System.Collections.Generic.IEnumerable<Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext> EnumerateElementContexts ();
abstract member EnumerateElementContexts : unit -> seq<Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext>
override this.EnumerateElementContexts : unit -> seq<Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext>
Public Iterator Overridable NotOverridable Function EnumerateElementContexts () As IEnumerable(Of AttachedShadowElementContext)

Returns

Enumeration of AttachedShadowElementContext objects.

Implements

Applies to