ServiceProviders.AddService(Type, Object) 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.
Adds a service to the list.
public:
void AddService(Type ^ serviceType, System::Object ^ service);
public void AddService (Type serviceType, object service);
member this.AddService : Type * obj -> unit
Public Sub AddService (serviceType As Type, service As Object)
Parameters
- serviceType
- Type
Service type of the new service.
- service
- Object
The service implementation class.
Exceptions
serviceType
or service
is null
.
Attempted to add a service that already exists in the dictionary.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.