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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.