AutomationPeerGetProviderT Method
Tries to get a provider of the specified type from the peer.
Namespace: Avalonia.Automation.PeersAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public T GetProvider<T>()
Public Function GetProvider(Of T) As T
member GetProvider : unit -> 'T
- T
- The provider type.
TThe provider, or null if not implemented on this peer.