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