UndoEngine::GetService Method (Type^)
.NET Framework (current version)
Gets the requested service.
Assembly: System.Design (in System.Design.dll)
Parameters
- serviceType
-
Type:
System::Type^
The type of service to retrieve.
Return Value
Type: System::Object^The requested service, or null if the requested service is not found.
| Exception | Condition |
|---|---|
| ArgumentNullException | serviceType is null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: