다음을 통해 공유


ItemContainer.Child 속성

정의

모든 UIElement일 수 있는 항목의 자식 요소를 가져오거나 설정합니다. 항목의 내용입니다.

public:
 property UIElement ^ Child { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Child();

void Child(UIElement value);
public UIElement Child { get; set; }
var uIElement = itemContainer.child;
itemContainer.child = uIElement;
Public Property Child As UIElement

속성 값

모든 일 수 UIElement있는 항목의 자식 요소입니다.

적용 대상