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

適用対象