ElementBaseFindFirstChild Method (ElementType) |
Finds the first child that matches an ElementType
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public ElementBase FindFirstChild(
ElementType element
)
Public Function FindFirstChild (
element As ElementType
) As ElementBase
public:
ElementBase^ FindFirstChild(
ElementType element
)
member FindFirstChild :
element : ElementType -> ElementBase
Parameters
- element
- Type: StreamCoders.ContainerElementType
The element type.
Return Value
Type:
ElementBase
The found child, otherwise null.
See Also