次の方法で共有


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

プロパティ値

このPageContentに関連付けられているFixedPageFixedPageSource プロパティによって設定されている場合は null です。

注釈

Child プロパティは、次の場合にFixedPageを返します。

Child プロパティは、FixedPageSource プロパティによって設定されている場合に null を返します (Source プロパティで指定されている場合、FixedPageはキャッシュされません)。 GetPageRootまたはGetPageRootAsyncを使用して、Source プロパティによって設定されたときにFixedPageを返します。

XAML テキストの使用法

このプロパティは XAML では使用できません。

適用対象

こちらもご覧ください