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 値。

適用対象