Partilhar via


ResourceDictionaryDiagnostics.GetFrameworkContentElementOwners Método

Definição

Obtém os proprietários de conteúdo da estrutura de um dicionário de recursos especificado.

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)

Parâmetros

dictionary
ResourceDictionary

Um dicionário de recursos.

Retornos

IEnumerable<FrameworkContentElement>

Os proprietários de conteúdo de estrutura de dictionary. Se não houver proprietários do conteúdo de estrutura, o método retornará null.

Aplica-se a