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