ScrollViewer.UnregisterAnchorCandidate(UIElement) 方法

定义

UIElement 注销为潜在的滚动定位点。

public:
 virtual void UnregisterAnchorCandidate(UIElement ^ element) = UnregisterAnchorCandidate;
void UnregisterAnchorCandidate(UIElement const& element);
public void UnregisterAnchorCandidate(UIElement element);
function unregisterAnchorCandidate(element)
Public Sub UnregisterAnchorCandidate (element As UIElement)

参数

element
UIElement

ScrollViewer 子树中的 UIElement

实现

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

注解

当元素的 CanBeScrollAnchor 属性更改为 false (或元素从可视化树) 中删除时,框架将查找该元素的上级链中的第一个 IScrollAnchorProvider ,并自动调用其 UnregisterAnchorCandidate 方法。

适用于

另请参阅