言語

PageContent.Child プロパティ

定義

この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に関連付けられているPageContentFixedPage プロパティによって設定されている場合は Source です。

注釈

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

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

XAML テキストの使用法

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

適用対象

こちらもご覧ください