OpenXmlElement.MCAttributes Property
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
声明
Public Property MCAttributes As MarkupCompatibilityAttributes
Get
Set
用法
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