ResourceDictionaryDiagnostics.GetFrameworkElementOwners 메서드

정의

지정된 리소스 사전의 프레임워크 요소 소유자를 가져옵니다.

public:
 static System::Collections::Generic::IEnumerable<System::Windows::FrameworkElement ^> ^ GetFrameworkElementOwners(System::Windows::ResourceDictionary ^ dictionary);
public static System.Collections.Generic.IEnumerable<System.Windows.FrameworkElement> GetFrameworkElementOwners(System.Windows.ResourceDictionary dictionary);
static member GetFrameworkElementOwners : System.Windows.ResourceDictionary -> seq<System.Windows.FrameworkElement>
Public Shared Function GetFrameworkElementOwners (dictionary As ResourceDictionary) As IEnumerable(Of FrameworkElement)

매개 변수

dictionary
ResourceDictionary

리소스 사전입니다.

반품

의 프레임워크 요소 소유자입니다 dictionary. 프레임워크 요소 소유자가 없으면 메서드가 반환됩니다 null.

적용 대상