'Declaration
Protected Overridable Function GetService( _ ByVal serviceType As System.Type _ ) As System.Object
'Usage
Dim instance As NWebControlDesigner Dim serviceType As System.Type Dim value As System.Object value = instance.GetService(serviceType)
protected virtual System.object GetService( System.Type serviceType )
Parameters
- serviceType