Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Markup Compatibility Attributes Set. Return null if there is no Markup Compatibility Attribute defined in this element.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property MCAttributes As MarkupCompatibilityAttributes
Get
Set
'Usage
Dim instance As OpenXmlElement
Dim value As MarkupCompatibilityAttributes
value = instance.MCAttributes
instance.MCAttributes = value
public MarkupCompatibilityAttributes MCAttributes { get; set; }
Property Value
Type: DocumentFormat.OpenXml.MarkupCompatibilityAttributes