ActivityCodeDomSerializationManager.GetService(Type) Method

Definition

Gets an Object that provides a service of the specified Type.

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

Parameters

serviceType
Type

The Type of service to be provided.

Returns

A Object that provides a service of the specified Type.

Implements

Applies to