共用方式為


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

要取得相關聯飛出視窗的專案。

傳回

附加至指定項目的飛出視窗。

適用於

另請參閱