Opc.Ua.Core
Create Method (ApplicationConfigurationSection)



Opc.Ua Namespace > ApplicationConfigurationSection Class : Create Method
The parent object.
The configuration context object.
The section as XML node.
Creates the configuration object from the configuration section.
Syntax
'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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationConfigurationSection Class
ApplicationConfigurationSection Members