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