共用方式為


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

實作

適用於