MenuCommandService::GetService Method (Type^)

 

Gets a reference to 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 the service to retrieve.

Return Value

Type: System::Object^

A reference to serviceType; otherwise, null if the service is not found.

Exception Condition
ArgumentNullException

serviceType is null.

.NET Framework
Available since 2.0
Return to top
Show: