ResourceDictionaryDiagnostics.GetApplicationOwners(ResourceDictionary) メソッド

定義

指定したリソース ディクショナリのアプリケーション所有者を取得します。

public:
 static System::Collections::Generic::IEnumerable<System::Windows::Application ^> ^ GetApplicationOwners(System::Windows::ResourceDictionary ^ dictionary);
public static System.Collections.Generic.IEnumerable<System.Windows.Application> GetApplicationOwners(System.Windows.ResourceDictionary dictionary);
static member GetApplicationOwners : System.Windows.ResourceDictionary -> seq<System.Windows.Application>
Public Shared Function GetApplicationOwners (dictionary As ResourceDictionary) As IEnumerable(Of Application)

パラメーター

dictionary
ResourceDictionary

リソース ディクショナリ。

返品

dictionaryのアプリケーション所有者。 アプリケーションの所有者がいない場合、メソッドは nullを返します。

適用対象