PageContent.Child 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與這個 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
屬性值
FixedPage與這個 PageContent 相關聯的 ,當 由 屬性設定時 FixedPage 為 Sourcenull。
備註
當下列情況時,屬性 Child 會傳 FixedPage 回 :
- PageContent 具有 XAML 標記中定義的立即 FixedPage 子系。
- 已呼叫 , IAddChild.AddChild 將 設定 FixedPage 為 的 PageContent 子系。
Child當 FixedPage 屬性由 Source 屬性指定時,屬性 (設定時 Source ,屬性會傳回null, FixedPage 但不會快取) 。 當 屬性設定 Source 時, FixedPage 請使用 GetPageRoot 或 GetPageRootAsync 傳回 。
XAML 文字使用方式
您無法在 XAML 中使用這個屬性。