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