OpenXmlElement.MCAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the markup compatibility attributes. Returns null if no markup compatibility attributes are defined for the current element.
public DocumentFormat.OpenXml.MarkupCompatibilityAttributes MCAttributes { get; set; }
public DocumentFormat.OpenXml.MarkupCompatibilityAttributes? MCAttributes { get; set; }
member this.MCAttributes : DocumentFormat.OpenXml.MarkupCompatibilityAttributes with get, set
Public Property MCAttributes As MarkupCompatibilityAttributes