ScrollPresenter.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

ScrollView 子树中的 UIElement

实现

适用于