WebExtensionBindingList class

Office 2013 and later

Defines the WebExtensionBindingList Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is we:bindings.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList

Namespace:  DocumentFormat.OpenXml.Office2013.WebExtension
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

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

2.2.4 CT_OsfWebExtensionBindingList

Target namespace: http://schemas.microsoft.com/office/webextensions/webextension/2010/11

Referenced by: CT_OsfWebExtension

This element specifies a list of office app bindings.

Child Elements:

binding: A CT_OsfWebExtensionBinding (section 2.2.3) element that specifies an office app binding.

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

<xsd:complexType name="CT_OsfWebExtensionBindingList">

<xsd:sequence>

<xsd:element name="binding" minOccurs="0" maxOccurs="unbounded" type="CT_OsfWebExtensionBinding"/>

</xsd:sequence>

</xsd:complexType>

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

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: