IMauiHandlersCollection
AddCompatibilityRenderer(IMauiHandlersCollection, Type, Type)
AddCompatibilityRenderer<TControlType, TRenderer>(IMauiHandlersCollection)
AddCompatibilityRenderer<TControlType, TMauiType, TRenderer>(IMauiHandlersCollection)
AddCompatibilityRenderers(IMauiHandlersCollection, Assembly[])
AddHandler(IMauiHandlersCollection, Type, Type)
AddHandler<TType, TTypeRender>(IMauiHandlersCollection)
AddMauiControlsHandlers(IMauiHandlersCollection)
TryAddCompatibilityRenderer(IMauiHandlersCollection, Type, Type)
TryAddHandler(IMauiHandlersCollection, Type, Type)
TryAddHandler<TType, TTypeRender>(IMauiHandlersCollection)
net7.0
namespace Microsoft.Maui.Controls.Compatibility.Hosting
{
public static class MauiHandlersCollectionExtensions
{
public static IMauiHandlersCollection AddCompatibilityRenderer(this IMauiHandlersCollection handlersCollection, Type controlType, Type rendererType);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 6.07.0 |
Information specific to net7.0 | |
Assembly | Microsoft.Maui.Controls.Compatibility , Version=1.0.0.0, PublicKeyToken= |
Referencing | Requires all:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API