共用方式為


ScrollPresenter.RegisterAnchorCandidate(UIElement) 方法

定義

UIElement 註冊為潛在的捲動錨點。

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)

參數

element
UIElement

ScrollPresenter 子樹內的 UIElement

實作

適用於