EventManager.GetRoutedEventsForOwner(Type) メソッド

定義

指定された所有者の種類に登録されているイベントのすべてのルーティング イベント識別子を検索します。

public:
 static cli::array <System::Windows::RoutedEvent ^> ^ GetRoutedEventsForOwner(Type ^ ownerType);
public static System.Windows.RoutedEvent[] GetRoutedEventsForOwner(Type ownerType);
static member GetRoutedEventsForOwner : Type -> System.Windows.RoutedEvent[]
Public Shared Function GetRoutedEventsForOwner (ownerType As Type) As RoutedEvent()

パラメーター

ownerType
Type

検索の開始に使用する型。 基本クラスは検索に含まれます。

返品

一致するものが見つかった場合に一致するルーティング イベント識別子の配列。それ以外の場合は null

適用対象