See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Locate a service by examining the parent controls.
Namespace: NTier.Designer.FormsAssembly: 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 |
Return Value
Type:
ObjectImplements
IServiceProvider..::..GetService(Type)
See Also