InitString.GetAttributeNode Method

Retrieves the named attribute node under parentNode.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim parentNode As XmlNode
Dim childName As String
Dim returnValue As XmlNode

returnValue = Me.GetAttributeNode(parentNode, childName)

Syntax

'Declaration
Protected Function GetAttributeNode ( _
    parentNode As XmlNode, _
    childName As String _
) As XmlNode
protected XmlNode GetAttributeNode (
    XmlNode parentNode,
    string childName
)
protected:
XmlNode^ GetAttributeNode (
    XmlNode^ parentNode, 
    String^ childName
)
protected XmlNode GetAttributeNode (
    XmlNode parentNode, 
    String childName
)
protected function GetAttributeNode (
    parentNode : XmlNode, 
    childName : String
) : XmlNode

Parameters

  • parentNode
    Specifies the parent node.
  • childName
    Specifies the name of the child.

Return Value

Type: XmlNode

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.