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 オブジェクト。

適用対象