ISupportRequiredService.GetRequiredService(Type) Method

Definition

Gets service of type serviceType from the IServiceProvider that implements this interface.

public:
 System::Object ^ GetRequiredService(Type ^ serviceType);
public object GetRequiredService (Type serviceType);
abstract member GetRequiredService : Type -> obj
Public Function GetRequiredService (serviceType As Type) As Object

Parameters

serviceType
Type

The type of service object to get.

Returns

A service object of type serviceType. Throws an exception if the IServiceProvider cannot create the object.

Exceptions

provider has already been disposed.

Applies to