'Declaration
Public Function Create( _ ByVal parent As Object, _ ByVal configContext As Object, _ ByVal section As XmlNode _ ) As Object
'Usage
Dim instance As ApplicationConfigurationSection Dim parent As Object Dim configContext As Object Dim section As XmlNode Dim value As Object value = instance.Create(parent, configContext, section)
Parameters
- parent
- The parent object.
- configContext
- The configuration context object.
- section
- The section as XML node.
Return Value
The created section handler object.