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.

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