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
要获取其关联浮出控件的元素。
返回
附加到指定元素的浮出控件。