Registrar.RegisterAll Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RegisterAll(Type[], IFontRegistrar) |
Obsolete.
For internal use by the Microsoft.Maui.Controls platform. |
RegisterAll(Type[], InitializationFlags, IFontRegistrar) |
Obsolete.
|
RegisterAll(Type[], IFontRegistrar)
- Source:
- Registrar.cs
- Source:
- Registrar.cs
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)
- Source:
- Registrar.cs
- Source:
- Registrar.cs
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[]
- flags
- InitializationFlags
- fontRegistrar
- IFontRegistrar
- Attributes
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.