UInt64Value コンストラクター

定義

オーバーロード

UInt64Value()

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

UInt64Value(UInt64Value)

UInt64Value クラスを深くコピーして、UInt64Value クラスの新しいインスタンスを初期化します。

UInt64Value(UInt64)

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

UInt64Value()

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

public UInt64Value ();
Public Sub New ()

適用対象

UInt64Value(UInt64Value)

UInt64Value クラスを深くコピーして、UInt64Value クラスの新しいインスタンスを初期化します。

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

パラメーター

source
UInt64Value

ソース UInt64Value クラス。

適用対象

UInt64Value(UInt64)

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

public UInt64Value (ulong value);
new DocumentFormat.OpenXml.UInt64Value : uint64 -> DocumentFormat.OpenXml.UInt64Value
Public Sub New (value As ULong)

パラメーター

value
UInt64

UInt64 値。

適用対象