Share via


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

実装

適用対象