次の方法で共有


UInt32Value コンストラクター

定義

オーバーロード

UInt32Value()

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

UInt32Value(UInt32Value)

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

UInt32Value(UInt32)

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

UInt32Value()

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

public UInt32Value ();
Public Sub New ()

適用対象

UInt32Value(UInt32Value)

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

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

パラメーター

source
UInt32Value

ソース UInt32Value クラス。

適用対象

UInt32Value(UInt32)

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

public UInt32Value (uint value);
new DocumentFormat.OpenXml.UInt32Value : uint32 -> DocumentFormat.OpenXml.UInt32Value
Public Sub New (value As UInteger)

パラメーター

value
UInt32

UInt32値。

適用対象