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