MarkupCompatibilityAttributes.ProcessContent Property
Defines a whitespace-delimited list of element-qualified names identifying the expanded names of elements whose content shall be processed, even if the elements themselves are ignored
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property ProcessContent As StringValue
Get
Set
'Usage
Dim instance As MarkupCompatibilityAttributes
Dim value As StringValue
value = instance.ProcessContent
instance.ProcessContent = value
public StringValue ProcessContent { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
See Also
Reference
MarkupCompatibilityAttributes Class