OpenXmlSimpleValue<T> 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
OpenXmlSimpleValue<T>() |
Initializes a new instance of the OpenXmlSimpleValue class. |
OpenXmlSimpleValue<T>(OpenXmlSimpleValue<T>) |
Initializes a new instance of the OpenXmlSimpleValue class by deep copying the supplied OpenXmlSimpleValue class. |
OpenXmlSimpleValue<T>(T) |
Initializes a new instance of the OpenXmlSimpleValue class. |
OpenXmlSimpleValue<T>()
Initializes a new instance of the OpenXmlSimpleValue class.
protected OpenXmlSimpleValue ();
Protected Sub New ()
Applies to
OpenXmlSimpleValue<T>(OpenXmlSimpleValue<T>)
Initializes a new instance of the OpenXmlSimpleValue class by deep copying the supplied OpenXmlSimpleValue class.
protected OpenXmlSimpleValue (DocumentFormat.OpenXml.OpenXmlSimpleValue<T> source);
new DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)> : DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)> -> DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)>
Protected Sub New (source As OpenXmlSimpleValue(Of T))
Parameters
- source
- OpenXmlSimpleValue<T>
The source OpenXmlSimleValue class.
Applies to
OpenXmlSimpleValue<T>(T)
Initializes a new instance of the OpenXmlSimpleValue class.
protected OpenXmlSimpleValue (T value);
new DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)> : 'T -> DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)>
Protected Sub New (value As T)
Parameters
- value
- T
The value in type T.