Share via


RibbonContextMenuAutomationPeer(RibbonContextMenu) コンストラクター

定義

RibbonContextMenuAutomationPeer クラスの新しいインスタンスを初期化します。

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

パラメーター

owner
RibbonContextMenu

このオートメーション ピアに関連付けられている要素です。

適用対象