FrameworkTemplate.LoadContent 方法

定义

将模板的内容加载为对象的实例,并返回该内容的根元素。

public:
 System::Windows::DependencyObject ^ LoadContent();
public System.Windows.DependencyObject LoadContent ();
member this.LoadContent : unit -> System.Windows.DependencyObject
Public Function LoadContent () As DependencyObject

返回

DependencyObject

内容的根元素。 多次调用它可返回单独的实例。

适用于