Share via


X.is Field

Definition

Represents the x:is XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: c, nc, oc.
  • has the following child XML elements: phoneticPr, r, rPh, t.
  • corresponds to the following strongly-typed classes: InlineString.

Applies to