ISupportRequiredService Interface

Definitie

Optioneel contract dat wordt gebruikt om GetRequiredService<T>(IServiceProvider) services op te lossen, indien ondersteund door IServiceProvider.

public interface class ISupportRequiredService
public interface ISupportRequiredService
type ISupportRequiredService = interface
Public Interface ISupportRequiredService

Methoden

Name Description
GetRequiredService(Type)

Hiermee haalt u de service van het type serviceType op van de IServiceProvider implementatie van deze interface.

Van toepassing op