Share via


NoNamespace.uiObject Field

Definition

Represents the uiObject XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: commentPr, controlPr, objectPr.
  • corresponds to the following strongly-typed properties: CommentProperties.UiObject, ControlProperties.UiObject, EmbeddedObjectProperties.UiObject.

Applies to