WindowPane.GetService(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.