MarkupCompatibilityAttributes.PreserveElements 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 elements are suggested by a markup producer for preservation by markup editors, even if the elements themselves are ignored.
public DocumentFormat.OpenXml.StringValue PreserveElements { get; set; }
public DocumentFormat.OpenXml.StringValue? PreserveElements { get; set; }
member this.PreserveElements : DocumentFormat.OpenXml.StringValue with get, set
Public Property PreserveElements As StringValue