BreadcrumbBarItemAutomationPeer Class

Definition

Exposes BreadcrumbBar types to Microsoft UI Automation.

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

/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BreadcrumbBarItemAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class BreadcrumbBarItemAutomationPeer : FrameworkElementAutomationPeer, IInvokeProvider
Public Class BreadcrumbBarItemAutomationPeer
Inherits FrameworkElementAutomationPeer
Implements IInvokeProvider
Inheritance
BreadcrumbBarItemAutomationPeer
Attributes
Implements

Constructors

BreadcrumbBarItemAutomationPeer(BreadcrumbBarItem)

Initializes a new instance of the BreadcrumbBarItemAutomationPeer class.

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

Methods

Invoke()

Sends a request to invoke the item associated with the automation peer.

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

Applies to