ISupportRequiredService.GetRequiredService(Type) 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 ^ GetRequiredService(Type ^ serviceType);
public object GetRequiredService (Type serviceType);
abstract member GetRequiredService : Type -> obj
Public Function GetRequiredService (serviceType As Type) As Object
Parameters
- serviceType
- Type
An object that specifies 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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.