'Declaration
Function GetChildOfType( _ ByVal type As System.Type _ ) As INDockZoneChild
'Usage
Dim instance As INDockZoneChildContainer Dim type As System.Type Dim value As INDockZoneChild value = instance.GetChildOfType(type)
INDockZoneChild GetChildOfType( System.Type type )
Parameters
- type