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

適用対象