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 对象。

适用于