See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Locate a service by examining the parent controls.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer.Forms (in NTier.Designer.Forms.dll) Version: 1.0.0.0

Syntax

C#
public Object GetService(
	Type serviceType
)
Visual Basic
Public Function GetService ( 
	serviceType As Type
) As Object
Visual C++
public:
virtual Object^ GetService(
	Type^ serviceType
) sealed

Parameters

serviceType
Type: System..::..Type

Return Value

Type: Object

Implements

IServiceProvider..::..GetService(Type)

See Also