WizardFramework.GetService(Type) Method

Definition

Gets the specified service. This method can be called by a child window to get console services.

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

Parameters

service
Type

The type of the service that is being registered.

Returns

The service object.

Applies to