다음을 통해 공유


ElementFactoryGetArgs.Parent 속성

정의

준비된 요소의 부모를 가져오거나 설정합니다.

이 설명서는 UWP용 WinUI 2에 적용됩니다(Windows 앱 SDKWinUI의 경우 Windows 앱 SDK 네임스페이스 참조).

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

void Parent(UIElement value);
public UIElement Parent { get; set; }
Public Property Parent As UIElement

속성 값

준비된 요소의 부모입니다.

적용 대상