Share via


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

適用対象