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

適用対象