PageContent.Child Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'oggetto FixedPage associato a 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
Valore della proprietà
Oggetto FixedPage associato a questo PageContentoggetto o Null quando l'oggetto FixedPageSource è impostato dalla proprietà .
Commenti
La Child proprietà restituisce un FixedPage valore quando:
- PageContent ha un figlio immediato FixedPage definito nel markup XAML.
- È IAddChild.AddChild stato chiamato per impostare l'oggetto FixedPagePageContentcome figlio di .
La Child proprietà restituisce Null quando l'oggetto FixedPage viene impostato dalla proprietà (se specificato dalla Source proprietà, l'oggetto SourceFixedPage non viene memorizzato nella cache). Utilizzare GetPageRoot o GetPageRootAsync restituire l'oggetto FixedPageSource quando impostato dalla proprietà .
Utilizzo del testo XAML
Non è possibile usare questa proprietà in XAML.