Share via


NoNamespace.locked Field

Definition

Represents the locked XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: taskpane, anchor, commentPr, controlPr, objectPr, protection, scenario.
  • corresponds to the following strongly-typed properties: Anchor.Locked, CommentProperties.Locked, ControlProperties.Locked, EmbeddedObjectProperties.Locked, Protection.Locked, Scenario.Locked, WebExtensionTaskpane.Locked.

Applies to