次の方法で共有


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

適用対象