NestedContainer::GetService Method (Type^)

 

Gets the service object of the specified type, if it is available.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

protected:
virtual Object^ GetService(
	Type^ service
) override

Parameters

service
Type: System::Type^

The Type of the service to retrieve.

Return Value

Type: System::Object^

An Object that implements the requested service, or null if the service cannot be resolved.

This method overrides the Container::GetService method. This implementation only resolves requests for the INestedContainer and IContainer services.

.NET Framework
Available since 2.0
Return to top
Show: