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