ItemsControl.AddChild(Object) 메서드
정의
지정된 개체를 ItemsControl 개체의 자식으로 추가합니다.Adds the specified object as the child of the ItemsControl object.
protected:
virtual void AddChild(System::Object ^ value);
protected virtual void AddChild (object value);
abstract member AddChild : obj -> unit
override this.AddChild : obj -> unit
Protected Overridable Sub AddChild (value As Object)
매개 변수
- value
- Object
자식으로 추가할 개체입니다.The object to add as a child.