Intersoft WebDesktop Documentation
CreateXmlNode Method
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace > BarSectionStyle Class : CreateXmlNode Method


nodeName
doc
parentNode

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub CreateXmlNode( _
   ByVal nodeName As String, _
   ByVal doc As System.Xml.XmlDocument, _
   ByVal parentNode As System.Xml.XmlNode _
) 
Visual Basic (Usage)Copy Code
Dim instance As BarSectionStyle
Dim nodeName As String
Dim doc As System.Xml.XmlDocument
Dim parentNode As System.Xml.XmlNode
 
instance.CreateXmlNode(nodeName, doc, parentNode)
C# 
public void CreateXmlNode( 
   string nodeName,
   System.Xml.XmlDocument doc,
   System.Xml.XmlNode parentNode
)

Parameters

nodeName
doc
parentNode

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.