Edit

Share via


IAttachedShadow.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>
Public Function EnumerateElementContexts () As IEnumerable(Of AttachedShadowElementContext)

Returns

Enumeration of AttachedShadowElementContext objects.

Applies to