FrameworkElementExtensions.SetAncestor(DependencyObject, Object) 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.
Sets the parent object of the framework element (internal).
public static void SetAncestor (Windows.UI.Xaml.DependencyObject obj, object value);
static member SetAncestor : Windows.UI.Xaml.DependencyObject * obj -> unit
Public Shared Sub SetAncestor (obj As DependencyObject, value As Object)
Parameters
- obj
- Windows.UI.Xaml.DependencyObject
Parent object
- value
- Object
FrameworkElement