KeyMapEntry 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
KeyMapEntry() |
Initializes a new instance of the KeyMapEntry class. |
KeyMapEntry(OpenXmlElement[]) |
Initializes a new instance of the KeyMapEntry class with the specified child elements. |
KeyMapEntry(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the KeyMapEntry class with the specified child elements. |
KeyMapEntry(String) |
Initializes a new instance of the KeyMapEntry class from outer XML. |
KeyMapEntry()
Initializes a new instance of the KeyMapEntry class.
public KeyMapEntry ();
Public Sub New ()
Applies to
KeyMapEntry(OpenXmlElement[])
Initializes a new instance of the KeyMapEntry class with the specified child elements.
public KeyMapEntry (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.Word.KeyMapEntry : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.Word.KeyMapEntry
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
KeyMapEntry(IEnumerable<OpenXmlElement>)
Initializes a new instance of the KeyMapEntry class with the specified child elements.
public KeyMapEntry (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.Word.KeyMapEntry : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.Word.KeyMapEntry
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
KeyMapEntry(String)
Initializes a new instance of the KeyMapEntry class from outer XML.
public KeyMapEntry (string outerXml);
new DocumentFormat.OpenXml.Office.Word.KeyMapEntry : string -> DocumentFormat.OpenXml.Office.Word.KeyMapEntry
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.