FlyoutBase.ShowAttachedFlyout(FrameworkElement) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示與指定專案相關聯的飛出視窗,如果有的話。
public:
static void ShowAttachedFlyout(FrameworkElement ^ flyoutOwner);
static void ShowAttachedFlyout(FrameworkElement const& flyoutOwner);
public static void ShowAttachedFlyout(FrameworkElement flyoutOwner);
function showAttachedFlyout(flyoutOwner)
Public Shared Sub ShowAttachedFlyout (flyoutOwner As FrameworkElement)
參數
- flyoutOwner
- FrameworkElement
要顯示相關聯飛出視窗的專案。