PageContent.Child Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l'objet FixedPage associé à 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
Valeur de propriété
FixedPage associé à ce PageContent, ou null lorsque est FixedPage défini par la Source propriété .
Remarques
La Child propriété retourne un FixedPage quand :
- PageContent a un enfant immédiat FixedPage défini dans le balisage XAML.
- a IAddChild.AddChild été appelé pour définir comme FixedPage enfant du PageContent.
La Child propriété retourne null lorsque le FixedPage est défini par la Source propriété (lorsqu’elle est spécifiée par la Source propriété, le FixedPage n’est pas mis en cache). Utilisez GetPageRoot ou GetPageRootAsync pour retourner le FixedPage quand défini par la Source propriété .
Utilisation du texte XAML
Vous ne pouvez pas utiliser cette propriété en XAML.