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