ScrollPresenterAutomationPeer(ScrollPresenter) 构造函数

定义

初始化 ScrollPresenterAutomationPeer 类的新实例。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

/// [Windows.Foundation.Metadata.Experimental]
 ScrollPresenterAutomationPeer(ScrollPresenter const& owner);
[Windows.Foundation.Metadata.Experimental]
public ScrollPresenterAutomationPeer(ScrollPresenter owner);
Public Sub New (owner As ScrollPresenter)

参数

owner
ScrollPresenter

要为其创建对等互连的 ScrollPresenter 控件实例。

属性

适用于