ServiceCollectionDescriptorExtensions.RemoveAll 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í
RemoveAll(IServiceCollection, Type) |
Odebere všechny služby typu |
RemoveAll<T>(IServiceCollection) |
Odebere všechny služby typu |
RemoveAll(IServiceCollection, Type)
Odebere všechny služby typu serviceType
v IServiceCollectionnástroji .
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ RemoveAll(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ collection, Type ^ serviceType);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection RemoveAll (this Microsoft.Extensions.DependencyInjection.IServiceCollection collection, Type serviceType);
static member RemoveAll : Microsoft.Extensions.DependencyInjection.IServiceCollection * Type -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function RemoveAll (collection As IServiceCollection, serviceType As Type) As IServiceCollection
Parametry
- collection
- IServiceCollection
Hodnota IServiceCollection
- serviceType
- Type
Typ služby, který chcete odebrat.
Návraty
Pro IServiceCollection řetězení.
Platí pro
RemoveAll<T>(IServiceCollection)
Odebere všechny služby typu T
v IServiceCollectionnástroji .
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::DependencyInjection::IServiceCollection ^ RemoveAll(Microsoft::Extensions::DependencyInjection::IServiceCollection ^ collection);
public static Microsoft.Extensions.DependencyInjection.IServiceCollection RemoveAll<T> (this Microsoft.Extensions.DependencyInjection.IServiceCollection collection);
static member RemoveAll : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function RemoveAll(Of T) (collection As IServiceCollection) As IServiceCollection
Parametry typu
- T
Parametry
- collection
- IServiceCollection
Hodnota IServiceCollection
Návraty
Pro IServiceCollection řetězení.