NavigationWindow.AddChild(Object) Method

Definition

Adds a child object.

protected:
 override void AddChild(System::Object ^ value);
protected override void AddChild (object value);
override this.AddChild : obj -> unit
Protected Overrides Sub AddChild (value As Object)

Parameters

value
Object

The child object to add.

Exceptions

when this method is called. This prevents content from being added to NavigationWindow using XAML.

Applies to

See also