MarkupCompatibilityAttributes.Ignorable Property
Defines a whitespace-delimited list of namespace prefixes, where each namespace prefix identifies an ignorable namespace.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Ignorable As StringValue
Get
Set
'Usage
Dim instance As MarkupCompatibilityAttributes
Dim value As StringValue
value = instance.Ignorable
instance.Ignorable = value
public StringValue Ignorable { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
See Also
Reference
MarkupCompatibilityAttributes Class