MarkupCompatibilityAttributes.PreserveAttributes Property
Defines a whitespace-delimited list of attribute qualified names identifying the expanded names of attributes that a markup producer suggests for preservation by markup editors.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property PreserveAttributes As StringValue
Get
Set
'Usage
Dim instance As MarkupCompatibilityAttributes
Dim value As StringValue
value = instance.PreserveAttributes
instance.PreserveAttributes = value
public StringValue PreserveAttributes { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
See Also
Reference
MarkupCompatibilityAttributes Class