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

Словарь ресурсов.

Возвращаемое значение

Владельцы содержимого платформы dictionary. Если владельцы содержимого платформы отсутствуют, этот метод возвращает null.

Применяется к