MarkupCompatibilityAttributes Class
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.
Defines the Markup Compatibility Attributes.
public class MarkupCompatibilityAttributes
public class MarkupCompatibilityAttributes : IEquatable<DocumentFormat.OpenXml.MarkupCompatibilityAttributes>
type MarkupCompatibilityAttributes = class
type MarkupCompatibilityAttributes = class
interface IEquatable<MarkupCompatibilityAttributes>
Public Class MarkupCompatibilityAttributes
Public Class MarkupCompatibilityAttributes
Implements IEquatable(Of MarkupCompatibilityAttributes)
- Inheritance
-
MarkupCompatibilityAttributes
- Implements
Constructors
MarkupCompatibilityAttributes() |
Properties
Ignorable |
Gets or sets a whitespace-delimited list of prefixes, where each prefix identifies an ignorable namespace. |
MustUnderstand |
Gets or sets a whitespace-delimited list of prefixes that identify a set of namespace names. |
PreserveAttributes |
Gets or sets a whitespace-delimited list of attribute qualified names that identify expanded names of attributes. The attributes were suggested by a markup producer for preservation by markup editors. |
PreserveElements |
Gets or sets a whitespace-delimited list of element qualified names that identify the expanded names of elements. The elements are suggested by a markup producer for preservation by markup editors, even if the elements themselves are ignored. |
ProcessContent |
Gets or sets a whitespace-delimited list of element-qualified names that identify the expanded names of elements. The content of the elements shall be processed, even if the elements themselves are ignored. |
Methods
Equals(MarkupCompatibilityAttributes) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |