Share via


W.comments Field

Definition

Represents the w:comments XML element and attribute.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: graphicData.
  • has the following child XML elements: comment.
  • corresponds to the following strongly-typed classes: Comments.

As an XML attribute, it:

  • is contained in the following XML elements: revisionView.
  • corresponds to the following strongly-typed properties: RevisionView.Comments.

Applies to