| 
XDLSReader
ParseElementType Method
  | 
 Parses the type of the 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 bool ParseElementType(
	Type enumType,
	out Enum elementType
)
 
Public Function ParseElementType ( 
	enumType As Type,
	<OutAttribute> ByRef elementType As Enum
) As Boolean
 
public:
virtual bool ParseElementType(
	Type^ enumType, 
	[OutAttribute] Enum^% elementType
) sealed
 
abstract ParseElementType : 
enumType : Type * 
elementType : Enum byref -> bool 
override ParseElementType : 
enumType : Type * 
elementType : Enum byref -> bool 
 
 
 
Parameters
 
- 
enumType
 
- 
 Type:
 
System
Type
 
 Type of the enum.
- 
elementType
 
- 
 Type:
 
System
Enum
 
 Type of the element.
Return Value
 
 Type:
 
Boolean
 
Implements
 
IXDLSContentReader
ParseElementType(Type, Enum
)
 
 
 See Also
See Also