IdeaBlade DevForce 2010 Help Reference
Create Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > IdeaBladeSection Class : Create Method



parent
configContext
section
For internal use only.

Syntax

Visual Basic (Declaration) 
Public Function Create( _
   ByVal parent As Object, _
   ByVal configContext As Object, _
   ByVal section As XmlNode _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As IdeaBladeSection
Dim parent As Object
Dim configContext As Object
Dim section As XmlNode
Dim value As Object
 
value = instance.Create(parent, configContext, section)
C# 
public object Create( 
   object parent,
   object configContext,
   XmlNode section
)
C++/CLI 
public:
Object^ Create( 
   Object^ parent,
   Object^ configContext,
   XmlNode^ section
) 

Parameters

parent
configContext
section

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.