Freigeben über


MarkupCompatibilityProcessSettings Konstruktor

Definition

Erstellt ein MarkupCompatibilityProcessSettings-Objekt unter Verwendung des angegebenen Prozessmodus und der angegebenen Dateiformatversionen.

public MarkupCompatibilityProcessSettings (DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode processMode, DocumentFormat.OpenXml.FileFormatVersions targetFileFormatVersions);
new DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings : DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessMode * DocumentFormat.OpenXml.FileFormatVersions -> DocumentFormat.OpenXml.Packaging.MarkupCompatibilityProcessSettings
Public Sub New (processMode As MarkupCompatibilityProcessMode, targetFileFormatVersions As FileFormatVersions)

Parameter

processMode
MarkupCompatibilityProcessMode

Der Prozessmodus.

targetFileFormatVersions
FileFormatVersions

Die Dateiformatversionen. Dieser Parameter wird ignoriert, wenn der Wert NoProcess ist.

Gilt für: