HandlerMauiAppBuilderExtensions.ConfigureMauiHandlers Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ConfigureMauiHandlers(IServiceCollection, Action<IMauiHandlersCollection>) | |
ConfigureMauiHandlers(MauiAppBuilder, Action<IMauiHandlersCollection>) |
ConfigureMauiHandlers(IServiceCollection, Action<IMauiHandlersCollection>)
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ ConfigureMauiHandlers(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ services, Action<Microsoft::Maui::Hosting::IMauiHandlersCollection ^> ^ configureDelegate);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection ConfigureMauiHandlers (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Maui.Hosting.IMauiHandlersCollection>? configureDelegate);
static member ConfigureMauiHandlers : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Maui.Hosting.IMauiHandlersCollection> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function ConfigureMauiHandlers (services As IServiceCollection, configureDelegate As Action(Of IMauiHandlersCollection)) As IServiceCollection
Parameter
- services
- IServiceCollection
- configureDelegate
- Action<IMauiHandlersCollection>
Gibt zurück
Gilt für:
ConfigureMauiHandlers(MauiAppBuilder, Action<IMauiHandlersCollection>)
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Hosting::MauiAppBuilder ^ ConfigureMauiHandlers(Microsoft::Maui::Hosting::MauiAppBuilder ^ builder, Action<Microsoft::Maui::Hosting::IMauiHandlersCollection ^> ^ configureDelegate);
public static Microsoft.Maui.Hosting.MauiAppBuilder ConfigureMauiHandlers (this Microsoft.Maui.Hosting.MauiAppBuilder builder, Action<Microsoft.Maui.Hosting.IMauiHandlersCollection>? configureDelegate);
static member ConfigureMauiHandlers : Microsoft.Maui.Hosting.MauiAppBuilder * Action<Microsoft.Maui.Hosting.IMauiHandlersCollection> -> Microsoft.Maui.Hosting.MauiAppBuilder
<Extension()>
Public Function ConfigureMauiHandlers (builder As MauiAppBuilder, configureDelegate As Action(Of IMauiHandlersCollection)) As MauiAppBuilder
Parameter
- builder
- MauiAppBuilder
- configureDelegate
- Action<IMauiHandlersCollection>