| 
XDLSReader
ReadChildElement Method (Type)
  | 
 Reads the child element.
 Namespace:
 Spire.Doc.Documents.XML
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Object ReadChildElement(
	Type type
)
 
Public Function ReadChildElement ( 
	type As Type
) As Object
 
public:
virtual Object^ ReadChildElement(
	Type^ type
) sealed
 
abstract ReadChildElement : 
type : Type -> Object 
override ReadChildElement : 
type : Type -> Object 
 
 
 
Parameters
 
- 
type
 
- 
 Type:
 
System
Type
 
 The type.
Return Value
 
 Type:
 
Object
 
Implements
 
IXDLSContentReader
ReadChildElement(Type)
 
 
 See Also
See Also