共用方式為


TabItemWrapperAutomationPeer(TabItem) 建構函式

定義

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

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

參數

owner
TabItem

與這個 TabItemWrapperAutomationPeer 關聯的 TabItem

適用於