PageContent.Child Proprietà

Definizione

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:

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.

Si applica a

Vedi anche