Share via


Registrar.RegisterAll Method

Definition

Overloads

RegisterAll(Type[], IFontRegistrar)
Obsolete.

For internal use by the Microsoft.Maui.Controls platform.

RegisterAll(Type[], InitializationFlags, IFontRegistrar)
Obsolete.

RegisterAll(Type[], IFontRegistrar)

Caution

This API is now deprecated.

For internal use by the Microsoft.Maui.Controls platform.

[System.Obsolete]
public static void RegisterAll (Type[] attrTypes, Microsoft.Maui.IFontRegistrar fontRegistrar = default);
[<System.Obsolete>]
static member RegisterAll : Type[] * Microsoft.Maui.IFontRegistrar -> unit
Public Shared Sub RegisterAll (attrTypes As Type(), Optional fontRegistrar As IFontRegistrar = Nothing)

Parameters

attrTypes
Type[]

For internal use by the Microsoft.Maui.Controls platform.

fontRegistrar
IFontRegistrar
Attributes

Applies to

RegisterAll(Type[], InitializationFlags, IFontRegistrar)

Caution

This API is now deprecated.

[System.Obsolete]
public static void RegisterAll (Type[] attrTypes, Microsoft.Maui.Controls.InitializationFlags flags, Microsoft.Maui.IFontRegistrar fontRegistrar = default);
[<System.Obsolete>]
static member RegisterAll : Type[] * Microsoft.Maui.Controls.InitializationFlags * Microsoft.Maui.IFontRegistrar -> unit
Public Shared Sub RegisterAll (attrTypes As Type(), flags As InitializationFlags, Optional fontRegistrar As IFontRegistrar = Nothing)

Parameters

attrTypes
Type[]
fontRegistrar
IFontRegistrar
Attributes

Applies to