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