다음을 통해 공유


ScrollViewerAutomationPeer(ScrollViewer) 생성자

정의

ScrollViewerAutomationPeer 클래스의 새 instance 초기화합니다.

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

매개 변수

owner
ScrollViewer

피어를 만들 ScrollViewer 입니다.

적용 대상