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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI