GetProvider<T> 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)
- C#
- VB
- F#
public T GetProvider<T>()
Public Function GetProvider(Of T) As T
member GetProvider : unit -> 'T
Type Parameters
- The provider type.
Return Value
T
The provider, or null if not implemented on this peer.