0 out of 2 rated this helpful - Rate this topic

VisualTreeHelper.GetParent method

Returns an object's parent object in the visual tree.

Syntax


public static DependencyObject GetParent(
  DependencyObject reference
)

Parameters

reference

Type: DependencyObject

The object for which to get the parent object.

Return value

Type: DependencyObject

The parent object of the reference object in the visual tree.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media
Windows::UI::Xaml::Media [C++]

Metadata

Windows.winmd

See also

VisualTreeHelper

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.