다음을 통해 공유


PageContent.Child 속성

정의

PageContent항목과 연결된 값을 FixedPage 가져오거나 설정합니다.

public:
 property System::Windows::Documents::FixedPage ^ Child { System::Windows::Documents::FixedPage ^ get(); };
public:
 property System::Windows::Documents::FixedPage ^ Child { System::Windows::Documents::FixedPage ^ get(); void set(System::Windows::Documents::FixedPage ^ value); };
public System.Windows.Documents.FixedPage Child { get; }
public System.Windows.Documents.FixedPage Child { get; set; }
member this.Child : System.Windows.Documents.FixedPage
member this.Child : System.Windows.Documents.FixedPage with get, set
Public ReadOnly Property Child As FixedPage
Public Property Child As FixedPage

속성 값

FixedPagePageContent속성과 연결된 값이거나 속성에 FixedPage 의해 Source 설정된 경우 null입니다.

설명

속성은 Child 다음과 같은 경우를 FixedPage 반환합니다.

속성이 설정 Source 되면 속성이 ChildnullFixedPage 을 반환합니다(속성 FixedPage 에서 Source 지정한 경우 캐시되지 않음). 속성에 의해 설정된 경우를 FixedPage 사용 GetPageRoot 하거나 GetPageRootAsync 반환합니다Source.

XAML 텍스트 사용

XAML에서는 이 속성을 사용할 수 없습니다.

적용 대상

추가 정보