InitString.RemoveNode Method
Removes the first named node under parent node.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim parentNode As XmlNode
Dim childTagName As String
Me.RemoveNode(parentNode, childTagName)
Syntax
'Declaration
Protected Sub RemoveNode ( _
parentNode As XmlNode, _
childTagName As String _
)
protected void RemoveNode (
XmlNode parentNode,
string childTagName
)
protected:
void RemoveNode (
XmlNode^ parentNode,
String^ childTagName
)
protected void RemoveNode (
XmlNode parentNode,
String childTagName
)
protected function RemoveNode (
parentNode : XmlNode,
childTagName : String
)
Parameters
- parentNode
Specifies the parent node.
- childTagName
Specifies the name of the child tag.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
InitString Class
InitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.