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

プロパティ値

この に関連付けられた 。プロパティによって SourceFixedPage設定されている場合は nullPageContentFixedPage

注釈

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

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

XAML テキストの使用法

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

適用対象

こちらもご覧ください