ExternalDataExchangeService.GetService(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 the service implementation of the specified interface type, if the service is available.
public:
 System::Object ^ GetService(Type ^ serviceType);public:
 virtual System::Object ^ GetService(Type ^ serviceType);public object GetService(Type serviceType);public virtual object GetService(Type serviceType);member this.GetService : Type -> objabstract member GetService : Type -> obj
override this.GetService : Type -> objPublic Function GetService (serviceType As Type) As ObjectPublic Overridable Function GetService (serviceType As Type) As ObjectParameters
Returns
An object that implements the requested service, or null (Nothing in Visual Basic) if the service cannot be resolved.
Exceptions
service is a null reference (Nothing).
The service is not registered with the runtime.