ByteValue コンストラクター

定義

オーバーロード

ByteValue()

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

ByteValue(ByteValue)

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

ByteValue(Byte)

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

ByteValue()

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

public ByteValue ();
Public Sub New ()

適用対象

ByteValue(ByteValue)

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

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

パラメーター

source
ByteValue

ソース ByteValue クラス。

適用対象

ByteValue(Byte)

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

public ByteValue (byte value);
new DocumentFormat.OpenXml.ByteValue : byte -> DocumentFormat.OpenXml.ByteValue
Public Sub New (value As Byte)

パラメーター

value
Byte

Byte 値。

適用対象