ItemsControl.IAddChild.AddChild(Object) Método

Definición

Este miembro admite la infraestructura de Windows Presentation Foundation (WPF) y no está pensada para usarse directamente desde el código.

 virtual void System.Windows.Markup.IAddChild.AddChild(System::Object ^ value) = System::Windows::Markup::IAddChild::AddChild;
void IAddChild.AddChild (object value);
abstract member System.Windows.Markup.IAddChild.AddChild : obj -> unit
override this.System.Windows.Markup.IAddChild.AddChild : obj -> unit
Sub AddChild (value As Object) Implements IAddChild.AddChild

Parámetros

value
Object

Objeto que se va a agregar como elemento secundario.

Implementaciones

Se aplica a