Compartir a través de


ScrollPresenter.UnregisterAnchorCandidate(UIElement) Método

Definición

Anula el registro de un UIElement como un posible delimitador de desplazamiento.

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)

Parámetros

element
UIElement

UiElement dentro del subárbol de ScrollView.

Implementaciones

Se aplica a