ConflictDeletion Class

Defines the ConflictDeletion Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is w14:conflictDel.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office2010.Word.TrackChangeType
        DocumentFormat.OpenXml.Office2010.Word.ConflictDeletion

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class ConflictDeletion _
    Inherits TrackChangeType
'Usage
Dim instance As ConflictDeletion
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class ConflictDeletion : TrackChangeType

Remarks

2.3.6 conflictDel

Target namespace: https://schemas.microsoft.com/office/word/2009/2/wordml

A CT_TrackChange element as specified in [ISO/IEC-29500-1] that specifies that the parent object has been deleted in conflict with edits made by other users. An application MAY<5> treat the parent as a tracked deletion. See section 2.2.5 for how this element integrates with ISO/IEC-29500-1.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="conflictDel" type="w:CT_TrackChange" minOccurs="0"/>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ConflictDeletion Members

DocumentFormat.OpenXml.Office2010.Word Namespace