IKeyedServiceProvider.GetRequiredKeyedService(Type, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets service of type serviceType
from the IServiceProvider implementing
this interface.
public:
System::Object ^ GetRequiredKeyedService(Type ^ serviceType, System::Object ^ serviceKey);
public object GetRequiredKeyedService (Type serviceType, object? serviceKey);
abstract member GetRequiredKeyedService : Type * obj -> obj
Public Function GetRequiredKeyedService (serviceType As Type, serviceKey As Object) As Object
Parameters
- serviceType
- Type
An object that specifies the type of service object to get.
- serviceKey
- Object
The ServiceKey of the service.
Returns
A service object of type serviceType
.
Throws an exception if the IServiceProvider cannot create the object.
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.