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