DataControlFieldDesigner::GetService Method (Type^)

 

Gets the service object of the specified type.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

protected:
Object^ GetService(
	Type^ serviceType
)

Parameters

serviceType
Type: System::Type^

The type of service object to get.

Return Value

Type: System::Object^

The service object of the specified type.

.NET Framework
Available since 2.0
Return to top
Show: