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

콘텐츠의 루트 요소입니다. 이 요소를 여러 번 호출하면 개별 인스턴스가 반환됩니다.

적용 대상