FrameworkElementFactory.AppendChild(FrameworkElementFactory) 方法

定義

將子處理站加入至這個處理站。

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 物件。

適用於