PageContent.Child 속성

정의

FixedPage에 연결된 PageContent를 가져오거나 설정합니다.

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

속성 값

FixedPage 와 연결 된 PageContent, 또는 null 경우를 FixedPage 으로 설정 됩니다는 Source 속성입니다.

설명

합니다 Child 속성에서 반환 된 FixedPage 때:

속성이 속성에 의해 설정되면 속성이 ChildnullFixedPageSource 반환합니다(속성 FixedPageSource 지정된 경우 은 캐시되지 않음). 사용 하 여 GetPageRoot 또는 GetPageRootAsync 반환할 합니다 FixedPage 로 설정 된 경우는 Source 속성입니다.

XAML 텍스트 사용

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

적용 대상

추가 정보