FlyoutBase.GetAttachedFlyout(FrameworkElement) メソッド

定義

指定した要素に関連付けられているポップアップを取得します。

public:
 static FlyoutBase ^ GetAttachedFlyout(FrameworkElement ^ element);
 static FlyoutBase GetAttachedFlyout(FrameworkElement const& element);
public static FlyoutBase GetAttachedFlyout(FrameworkElement element);
function getAttachedFlyout(element)
Public Shared Function GetAttachedFlyout (element As FrameworkElement) As FlyoutBase

パラメーター

element
FrameworkElement

関連付けられたポップアップを取得する要素。

戻り値

指定した要素にアタッチされたポップアップ。

適用対象

こちらもご覧ください