UndoEngine::UndoUnit::GetService Method (Type^)

 

Gets an instance of the requested service.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
Object^ GetService(
	Type^ serviceType
)

Parameters

serviceType
Type: System::Type^

The type of service to retrieve.

Return Value

Type: System::Object^

An instance of the given service, or null if the service cannot be resolved.

.NET Framework
Available since 2.0
Return to top
Show: