FlyoutBase.GetAttachedFlyout(FrameworkElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與指定專案相關聯的飛出視窗。
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
要取得相關聯飛出視窗的專案。
傳回
附加至指定專案的飛出視窗。