Basic Library for WinRT
GetAllParents Method

Returns all the parents in the visual tree
Syntax
'Declaration
 
Public Shared Function GetAllParents( _
   ByVal elem As Windows.UI.Xaml.FrameworkElement _
) As System.Collections.Generic.IList(Of FrameworkElement)
public static System.Collections.Generic.IList<FrameworkElement> GetAllParents( 
   Windows.UI.Xaml.FrameworkElement elem
)

Parameters

elem

Return Value

The list of ancestor framework elements in the visual tree hierarchy
See Also

Reference

Extensions Class
Extensions Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback