UITestExtensionPackage.GetService(Type) Method

Definition

Gets the service object type for this UI test package.

public:
 abstract System::Object ^ GetService(Type ^ serviceType);
public abstract object GetService (Type serviceType);
abstract member GetService : Type -> obj
Public MustOverride Function GetService (serviceType As Type) As Object

Parameters

serviceType
Type

The Type that specifies the type of service object to get.

Returns

The type of service object to get.

Implements

Applies to