ContextMenuAutomationPeer(ContextMenu) 생성자

정의

ContextMenuAutomationPeer 클래스의 새 인스턴스를 초기화합니다.

public:
 ContextMenuAutomationPeer(System::Windows::Controls::ContextMenu ^ owner);
public ContextMenuAutomationPeer (System.Windows.Controls.ContextMenu owner);
new System.Windows.Automation.Peers.ContextMenuAutomationPeer : System.Windows.Controls.ContextMenu -> System.Windows.Automation.Peers.ContextMenuAutomationPeer
Public Sub New (owner As ContextMenu)

매개 변수

owner
ContextMenu

ContextMenuAutomationPeer와 연결된 ContextMenu입니다.

적용 대상