Mcds Class

Defines the Mcds Class.When the object is serialized out as xml, its qualified name is wne:mcds.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office.Word.Mcds

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Mcd))> _
Public Class Mcds _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Mcds
[ChildElementInfoAttribute(typeof(Mcd))]
public class Mcds : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • Mcd <wne:mcd>

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

Mcds Members

DocumentFormat.OpenXml.Office.Word Namespace