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 を返します。

適用対象