Compartir a través de


ScrollPresenter.RegisterAnchorCandidate(UIElement) Método

Definición

Registra un UIElement como un posible delimitador de desplazamiento.

public:
 virtual void RegisterAnchorCandidate(UIElement ^ element) = RegisterAnchorCandidate;
void RegisterAnchorCandidate(UIElement const& element);
public void RegisterAnchorCandidate(UIElement element);
function registerAnchorCandidate(element)
Public Sub RegisterAnchorCandidate (element As UIElement)

Parámetros

element
UIElement

UiElement dentro del subárbol de ScrollPresenter.

Implementaciones

Se aplica a