PageContent.Child 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 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 때:
- PageContent 에는 XAML 태그에 정의된 직접 FixedPage 자식이 있습니다.
- 합니다 IAddChild.AddChild 설정 호출 되어 합니다 FixedPage 의 자식으로는 PageContent합니다.
속성이 속성에 의해 설정되면 속성이 ChildnullFixedPage 을 Source 반환합니다(속성 FixedPage 에 Source 지정된 경우 은 캐시되지 않음). 사용 하 여 GetPageRoot 또는 GetPageRootAsync 반환할 합니다 FixedPage 로 설정 된 경우는 Source 속성입니다.
XAML 텍스트 사용
XAML에서이 속성을 사용할 수 없습니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET