UInt16Value 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
UInt16Value() |
Initializes a new instance of the UInt16Value class. |
UInt16Value(UInt16Value) |
Initializes a new instance of the UInt16Value class by deep copying the supplied UInt16Value class. |
UInt16Value(UInt16) |
Initializes a new instance of the UInt16Value class using the supplied UInt16 value. |
UInt16Value()
Initializes a new instance of the UInt16Value class.
public UInt16Value ();
Public Sub New ()
Applies to
UInt16Value(UInt16Value)
Initializes a new instance of the UInt16Value class by deep copying the supplied UInt16Value class.
public UInt16Value (DocumentFormat.OpenXml.UInt16Value source);
new DocumentFormat.OpenXml.UInt16Value : DocumentFormat.OpenXml.UInt16Value -> DocumentFormat.OpenXml.UInt16Value
Public Sub New (source As UInt16Value)
Parameters
- source
- UInt16Value
The source UInt16Value class.
Applies to
UInt16Value(UInt16)
Initializes a new instance of the UInt16Value class using the supplied UInt16 value.
public UInt16Value (ushort value);
new DocumentFormat.OpenXml.UInt16Value : uint16 -> DocumentFormat.OpenXml.UInt16Value
Public Sub New (value As UShort)