Partager via


CustomXMLNode.Text Property

Gets or sets the text for the current node. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Text As String
    Get
    Set
'Usage
Dim instance As CustomXMLNode
Dim value As String

value = instance.Text

instance.Text = value
string Text { get; set; }

Property Value

Type: System.String
String

See Also

Reference

CustomXMLNode Interface

CustomXMLNode Members

Microsoft.Office.Core Namespace