AutomationPeerGetProviderT Method

Tries to get a provider of the specified type from the peer.

Definition

Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public T GetProvider<T>()

Type Parameters

T
The provider type.

Return Value

T
The provider, or null if not implemented on this peer.

See Also