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

適用対象