TabControlAutomationPeer.CreateItemAutomationPeer(Object) Метод

Определение

Создает новый экземпляр TabItemAutomationPeer.

protected:
 override System::Windows::Automation::Peers::ItemAutomationPeer ^ CreateItemAutomationPeer(System::Object ^ item);
protected override System.Windows.Automation.Peers.ItemAutomationPeer CreateItemAutomationPeer (object item);
override this.CreateItemAutomationPeer : obj -> System.Windows.Automation.Peers.ItemAutomationPeer
Protected Overrides Function CreateItemAutomationPeer (item As Object) As ItemAutomationPeer

Параметры

item
Object

Объект TabItem, связанный с новым объектом TabItemAutomationPeer.

Возвращаемое значение

ItemAutomationPeer

Созданный объект TabItemAutomationPeer.

Применяется к

См. также раздел