IScrollAnchorProvider.UnregisterAnchorCandidate(UIElement) メソッド

定義

潜在的なスクロール アンカー候補として UIElement の登録を解除します。

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

パラメーター

element
UIElement

IScrollAnchorProvider のサブツリー内の UIElement

注釈

要素の CanBeScrollAnchor プロパティが false に変更された場合 (または、ビジュアル ツリーから要素が削除された場合)、フレームワークはその要素の先祖のチェーンで最初の IScrollAnchorProvider を検索し、UnregisterAnchorCandidate メソッドを自動的に呼び出します。

適用対象

こちらもご覧ください