다음을 통해 공유


ResourceDictionaryDiagnostics.GetFrameworkContentElementOwners 메서드

정의

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

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

매개 변수

dictionary
ResourceDictionary

리소스 사전입니다.

반환

IEnumerable<FrameworkContentElement>

dictionary의 프레임워크 콘텐츠 소유자입니다. 프레임워크 콘텐츠 소유자가 없는 경우 이 메서드는 null을 반환합니다.

적용 대상