'Declaration
Public Overrides Function GetServiceOfType( _ ByVal serviceType As System.Type _ ) As INService
'Usage
Dim instance As NWpfChartControlView Dim serviceType As System.Type Dim value As INService value = instance.GetServiceOfType(serviceType)
public override INService GetServiceOfType( System.Type serviceType )
Parameters
- serviceType