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