MarkupCompatibilityProcessMode Enum
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.
Specifies the mode in which to process the markup compatibility tags in the document.
public enum MarkupCompatibilityProcessMode
type MarkupCompatibilityProcessMode =
Public Enum MarkupCompatibilityProcessMode
- Inheritance
-
MarkupCompatibilityProcessMode
Fields
Name | Value | Description |
---|---|---|
NoProcess | 0 | Do not process MarkupCompatibility tags. |
ProcessLoadedPartsOnly | 1 | Process the loaded parts. |
ProcessAllParts | 2 | Process all the parts in the package. |