共用方式為


RibbonButtonAutomationPeer(RibbonButton) 建構函式

定義

初始化 RibbonButtonAutomationPeer 類別的新執行個體。

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

參數

owner
RibbonButton

與這個自動化對等相關聯的項目。

適用於