'Declaration Public Function GetParentOfType( _ ByVal type As System.Type _ ) As Element
public Element GetParentOfType( System.Type type )
Parameters
- type
- Type of element we're looking for.
Return Value
A reference to the ancestor of the given type, null if not found.