ServiceCollectionDescriptorExtensions.RemoveAllKeyed Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
RemoveAllKeyed(IServiceCollection, Type, Object) |
Odebere všechny služby typu |
RemoveAllKeyed<T>(IServiceCollection, Object) |
Odebere všechny služby typu |
RemoveAllKeyed(IServiceCollection, Type, Object)
Odebere všechny služby typu serviceType
v collection
nástroji .
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ RemoveAllKeyed(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ collection, Type ^ serviceType, System::Object ^ serviceKey);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection RemoveAllKeyed (this Microsoft.Extensions.DependencyInjection.IServiceCollection collection, Type serviceType, object? serviceKey);
static member RemoveAllKeyed : Microsoft.Extensions.DependencyInjection.IServiceCollection * Type * obj -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function RemoveAllKeyed (collection As IServiceCollection, serviceType As Type, serviceKey As Object) As IServiceCollection
Parametry
- collection
- IServiceCollection
Hodnota IServiceCollection
- serviceType
- Type
Typ služby, který chcete odebrat.
- serviceKey
- Object
Klíč služby.
Návraty
Pro IServiceCollection řetězení.
Platí pro
RemoveAllKeyed<T>(IServiceCollection, Object)
Odebere všechny služby typu T
v collection
nástroji .
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ RemoveAllKeyed(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ collection, System::Object ^ serviceKey);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection RemoveAllKeyed<T> (this Microsoft.Extensions.DependencyInjection.IServiceCollection collection, object? serviceKey);
static member RemoveAllKeyed : Microsoft.Extensions.DependencyInjection.IServiceCollection * obj -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function RemoveAllKeyed(Of T) (collection As IServiceCollection, serviceKey As Object) As IServiceCollection
Parametry typu
- T
Parametry
- collection
- IServiceCollection
Hodnota IServiceCollection
- serviceKey
- Object
Klíč služby.
Návraty
Pro IServiceCollection řetězení.