VisualTreeHelper.GetParent(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an object's parent object in the visual tree.
public:
static DependencyObject ^ GetParent(DependencyObject ^ reference);
static DependencyObject GetParent(DependencyObject const& reference);
public static DependencyObject GetParent(DependencyObject reference);
function getParent(reference)
Public Shared Function GetParent (reference As DependencyObject) As DependencyObject
Parameters
- reference
- DependencyObject
The object for which to get the parent object.
Returns
The parent object of the reference object in the visual tree.