共用方式為


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

適用於