共用方式為


ScrollViewerAutomationPeer(ScrollViewer) 建構函式

定義

初始化 ScrollViewerAutomationPeer 類別的新實例。

public:
 ScrollViewerAutomationPeer(ScrollViewer ^ owner);
 ScrollViewerAutomationPeer(ScrollViewer const& owner);
public ScrollViewerAutomationPeer(ScrollViewer owner);
function ScrollViewerAutomationPeer(owner)
Public Sub New (owner As ScrollViewer)

參數

owner
ScrollViewer

要為其建立對等的 ScrollViewer

適用於