Partilhar via


InitString.GetNodeInnerText Method

Retrieves the inner text of the specified node.

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

Usage

'Usage
Dim node As XmlNode
Dim returnValue As String

returnValue = InitString.GetNodeInnerText(node)

Syntax

'Declaration
Protected Shared Function GetNodeInnerText ( _
    node As XmlNode _
) As String
protected static string GetNodeInnerText (
    XmlNode node
)
protected:
static String^ GetNodeInnerText (
    XmlNode^ node
)
protected static String GetNodeInnerText (
    XmlNode node
)
protected static function GetNodeInnerText (
    node : XmlNode
) : String

Parameters

  • node
    Specifies the node.

Return Value

Type: String

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.