MismatchedKeyMapCustomization Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MismatchedKeyMapCustomization() |
Initializes a new instance of the MismatchedKeyMapCustomization class. |
MismatchedKeyMapCustomization(OpenXmlElement[]) |
Initializes a new instance of the MismatchedKeyMapCustomization class with the specified child elements. |
MismatchedKeyMapCustomization(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the MismatchedKeyMapCustomization class with the specified child elements. |
MismatchedKeyMapCustomization(String) |
Initializes a new instance of the MismatchedKeyMapCustomization class from outer XML. |
MismatchedKeyMapCustomization()
Initializes a new instance of the MismatchedKeyMapCustomization class.
public MismatchedKeyMapCustomization ();
Public Sub New ()
Applies to
MismatchedKeyMapCustomization(OpenXmlElement[])
Initializes a new instance of the MismatchedKeyMapCustomization class with the specified child elements.
public MismatchedKeyMapCustomization (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
MismatchedKeyMapCustomization(IEnumerable<OpenXmlElement>)
Initializes a new instance of the MismatchedKeyMapCustomization class with the specified child elements.
public MismatchedKeyMapCustomization (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
MismatchedKeyMapCustomization(String)
Initializes a new instance of the MismatchedKeyMapCustomization class from outer XML.
public MismatchedKeyMapCustomization (string outerXml);
new DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization : string -> DocumentFormat.OpenXml.Office.Word.MismatchedKeyMapCustomization
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.