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

要获取其关联浮出控件的元素。

返回

附加到指定元素的浮出控件。

适用于

另请参阅