Share via


X.text Field

Definition

Represents the x:text XML element.

public static readonly System.Xml.Linq.XName text;
 staticval mutable text : System.Xml.Linq.XName
Public Shared ReadOnly text As XName 

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: comment.
  • has the following child XML elements: phoneticPr, r, rPh, t.
  • corresponds to the following strongly-typed classes: CommentText.

Applies to