ComponentDesigner::GetService Method (Type^)
.NET Framework (current version)
Attempts to retrieve the specified type of service from the design mode site of the designer's component.
Assembly: System.Design (in System.Design.dll)
Parameters
- serviceType
-
Type:
System::Type^
The type of service to request.
Return Value
Type: System::Object^An object implementing the requested service, or null if the service cannot be resolved.
The default implementation of this method requests the service from the site of the component.
.NET Framework
Available since 1.1
Available since 1.1
Show: