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

属性值

FixedPage与此 PageContent关联的 ;如果 由 Source 属性设置 ,FixedPage则为 null

注解

属性 ChildFixedPage 以下情况下返回 :

如果 由 属性 (由 属性指定Source时设置 ,则 属性返回 nullFixedPage不缓存) 。SourceFixedPageChild 当 由 Source 属性设置时,使用 GetPageRootGetPageRootAsync 返回 FixedPage

XAML 文本用法

不能在 XAML 中使用此属性。

适用于

另请参阅