Mcds class

Office 2013 and later

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

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

No code example is currently available or this language may not be supported.

2.1.4.2 CT_Mcds

Target namespace: http://schemas.microsoft.com/office/word/2006/wordml

Referenced by: CT_VbaSuppData

A complex type that specifies a collection of macros.

Child Elements:

mcd : A CT_Mcd element (section 2.1.4.1) that specifies a macro.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment defines the contents of this complex type.

<xsd:complexType name="CT_Mcds">

<xsd:sequence>

<xsd:element name="mcd" type="CT_Mcd" minOccurs="0" maxOccurs="unbounded"/>

</xsd:sequence>

</xsd:complexType>

2.1.5.3 CT_Mcds

Target namespace: http://schemas.microsoft.com/office/word/2006/wordml

Referenced by: CT_VbaSuppData

A complex type that specifies a collection of macros.

Child Elements:

mcd: A CT_Mcd element (section 2.1.5.2) that specifies a macro.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment defines the contents of this complex type.

<xsd:complexType name="CT_Mcds">

<xsd:sequence>

<xsd:element name="mcd" type="CT_Mcd" minOccurs="0" maxOccurs="unbounded"/>

</xsd:sequence>

</xsd:complexType>

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