MarkupCompatibilityAttributes.ProcessContent Property
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.
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.
public DocumentFormat.OpenXml.StringValue ProcessContent { get; set; }
public DocumentFormat.OpenXml.StringValue? ProcessContent { get; set; }
member this.ProcessContent : DocumentFormat.OpenXml.StringValue with get, set
Public Property ProcessContent As StringValue