Aracılığıyla paylaş


ISupportRequiredService.GetRequiredService(Type) Yöntem

Tanım

Bu arabirimi uygulayan IServiceProviderserviceType türündeki hizmeti alır.

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

Parametreler

serviceType
Type

Alınacak hizmet nesnesinin türü.

Döndürülenler

serviceTypetüründe bir hizmet nesnesi. IServiceProvider nesnesini oluşturamıyorsa bir özel durum oluşturur.

Özel durumlar

provider zaten atılmış.

Şunlara uygulanır