PageContent.Child 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 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
속성 값
FixedPage 이 PageContent속성과 연결된 값이거나 속성에 FixedPage 의해 Source 설정된 경우 null입니다.
설명
속성은 Child 다음과 같은 경우를 FixedPage 반환합니다.
- PageContent 에는 XAML 태그에 정의된 직속 FixedPage 자식이 있습니다.
- 의 IAddChild.AddChild 자식PageContent으로 설정 FixedPage 하기 위해 호출되었습니다.
속성이 설정 Source 되면 속성이 ChildnullFixedPage 을 반환합니다(속성 FixedPage 에서 Source 지정한 경우 캐시되지 않음). 속성에 의해 설정된 경우를 FixedPage 사용 GetPageRoot 하거나 GetPageRootAsync 반환합니다Source.
XAML 텍스트 사용
XAML에서는 이 속성을 사용할 수 없습니다.