Share via


W.locked Field

Definition

Represents the w:locked XML element and attribute.

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 element, it:

  • has the following parent XML elements: style.
  • corresponds to the following strongly-typed classes: Locked.

As an XML attribute, it:

  • is contained in the following XML elements: lsdException.
  • corresponds to the following strongly-typed properties: LatentStyleExceptionInfo.Locked.

Applies to