AsyncPackage.GetService(Type) Method

Definition

Retrieves a service registered with this package. This method is synchronous and even async services retrieved this way will be retrieved synchronously.

protected:
 override System::Object ^ GetService(Type ^ serviceType);
protected:
 override Platform::Object ^ GetService(Platform::Type ^ serviceType);
protected override object GetService (Type serviceType);
override this.GetService : Type -> obj
Protected Overrides Function GetService (serviceType As Type) As Object

Parameters

serviceType
Type

The type representing the registered service type to retrieve.

Returns

The service object, or null on failure.

Applies to