FrameworkElementFactory.AppendChild(FrameworkElementFactory) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將子處理站加入至這個處理站。
public:
void AppendChild(System::Windows::FrameworkElementFactory ^ child);
public void AppendChild (System.Windows.FrameworkElementFactory child);
member this.AppendChild : System.Windows.FrameworkElementFactory -> unit
Public Sub AppendChild (child As FrameworkElementFactory)
參數
- child
- FrameworkElementFactory
要加入做為子系的 FrameworkElementFactory 物件。