次の方法で共有


UInt16Value コンストラクター

定義

オーバーロード

UInt16Value()

クラスの新しいインスタンスを UInt16Value 初期化します。

UInt16Value(UInt16Value)

指定したUInt16Valueクラスをディープ コピーして、 クラスのUInt16Value新しいインスタンスを初期化します。

UInt16Value(UInt16)

指定したUInt16値を使用して、 UInt16Value クラスの新しいインスタンスを初期化します。

UInt16Value()

クラスの新しいインスタンスを UInt16Value 初期化します。

public UInt16Value ();
Public Sub New ()

適用対象

UInt16Value(UInt16Value)

指定したUInt16Valueクラスをディープ コピーして、 クラスのUInt16Value新しいインスタンスを初期化します。

public UInt16Value (DocumentFormat.OpenXml.UInt16Value source);
new DocumentFormat.OpenXml.UInt16Value : DocumentFormat.OpenXml.UInt16Value -> DocumentFormat.OpenXml.UInt16Value
Public Sub New (source As UInt16Value)

パラメーター

source
UInt16Value

ソース UInt16Value クラス。

適用対象

UInt16Value(UInt16)

指定したUInt16値を使用して、 UInt16Value クラスの新しいインスタンスを初期化します。

public UInt16Value (ushort value);
new DocumentFormat.OpenXml.UInt16Value : uint16 -> DocumentFormat.OpenXml.UInt16Value
Public Sub New (value As UShort)

パラメーター

value
UInt16

UInt16値。

適用対象