GetProviderCore Method
Definition
Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected virtual Object? GetProviderCore(
Type providerType
)
Protected Overridable Function GetProviderCore (
providerType As Type
) As Object
abstract GetProviderCore :
providerType : Type -> Object
override GetProviderCore :
providerType : Type -> Object