| 
IXDLSContentReader
ParseElementType Method
  | 
 Parses the type of the element.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
bool ParseElementType(
	Type enumType,
	out Enum elementType
)
 
Function ParseElementType ( 
	enumType As Type,
	<OutAttribute> ByRef elementType As Enum
) As Boolean
 
bool ParseElementType(
	Type^ enumType, 
	[OutAttribute] Enum^% elementType
)
 
abstract 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
 
 
 See Also
See Also