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关联的 ;如果 由 Source 属性设置 ,FixedPage则为 null。
注解
属性 Child 在 FixedPage 以下情况下返回 :
- PageContent 在 XAML 标记中定义了直接 FixedPage 子级。
- 已调用 将 IAddChild.AddChild 设置为 FixedPage 的 PageContent子级。
如果 由 属性 (由 属性指定Source时设置 ,则 属性返回 null,FixedPage不缓存) 。SourceFixedPageChild 当 由 Source 属性设置时,使用 GetPageRoot 或 GetPageRootAsync 返回 FixedPage 。
XAML 文本用法
不能在 XAML 中使用此属性。