WindowPane.GetService(Type) Method

Definition

Gets the service of the specified type.

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

Parameters

serviceType
Type

The type of the service to get.

Returns

The service.

Remarks

If the menu command service does not exist at the time of calling this method, it will be created. The help service and the IOleCommandTarget service will be returned only if they already exist.

Applies to