ValidationManager.GetService(Type) Metódus

Definíció

Lekéri a megadott Typeszolgáltatásobjektumot.

public:
 virtual System::Object ^ GetService(Type ^ serviceType);
public object GetService(Type serviceType);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object

Paraméterek

serviceType
Type

A lekérendő szolgáltatásobjektumot meghatározó Type objektum.

Válaszok

serviceType típusú szolgáltatásobjektum vagy null hivatkozás (Nothing Visual Basic), ha nincs serviceType típusú szolgáltatásobjektum.

Megvalósítás

A következőre érvényes: