UInt64Value コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UInt64Value() |
クラスの新しいインスタンスを UInt64Value 初期化します。 |
UInt64Value(UInt64Value) |
クラスをディープ コピーして、 UInt64Value クラスの新しいインスタンスを UInt64Value 初期化します。 |
UInt64Value(UInt64) |
指定したUInt64値を使用して、 UInt64Value クラスの新しいインスタンスを初期化します。 |
UInt64Value()
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)