UInt16Value コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UInt16Value() |
クラスの新しいインスタンスを UInt16Value 初期化します。 |
UInt16Value(UInt16Value) |
指定したUInt16Valueクラスをディープ コピーして、 クラスのUInt16Value新しいインスタンスを初期化します。 |
UInt16Value(UInt16) |
指定したUInt16値を使用して、 UInt16Value クラスの新しいインスタンスを初期化します。 |
UInt16Value()
UInt16Value(UInt16Value)
指定したUInt16Valueクラスをディープ コピーして、 クラスのUInt16Value新しいインスタンスを初期化します。
public UInt16Value (DocumentFormat.OpenXml.UInt16Value source);
new DocumentFormat.OpenXml.UInt16Value : DocumentFormat.OpenXml.UInt16Value -> DocumentFormat.OpenXml.UInt16Value
Public Sub New (source As UInt16Value)
パラメーター
- source
- UInt16Value
ソース UInt16Value クラス。
適用対象
UInt16Value(UInt16)
指定したUInt16値を使用して、 UInt16Value クラスの新しいインスタンスを初期化します。
public UInt16Value (ushort value);
new DocumentFormat.OpenXml.UInt16Value : uint16 -> DocumentFormat.OpenXml.UInt16Value
Public Sub New (value As UShort)