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

適用対象