PageContent.Child Propiedad
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el objeto FixedPage asociado a este objeto 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
Asociado FixedPage a esta PageContentpropiedad , o null cuando FixedPage la propiedad establece .Source
La Child propiedad devuelve un FixedPage valor when:
- PageContent tiene un elemento secundario inmediato FixedPage definido en el marcado XAML.
- IAddChild.AddChild Se ha llamado a para establecer como FixedPage elemento secundario de .PageContent
La Child propiedad devuelve null cuando FixedPage la propiedad se establece Source (cuando se especifica mediante la Source propiedad , no FixedPage se almacena en caché). Use GetPageRoot o GetPageRootAsync para devolver el FixedPage valor cuando la propiedad establezca Source .
No puedes usar esta propiedad en XAML.
Producto | Versiones |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: