InfoBarAutomationPeer(InfoBar) Constructor

Definition

Initializes a new instance of the InfoBarAutomationPeer class.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

 InfoBarAutomationPeer(InfoBar const& owner);
public InfoBarAutomationPeer(InfoBar owner);
Public Sub New (owner As InfoBar)

Parameters

owner
InfoBar

The InfoBar control instance to create the peer for.

Applies to