UInt16Value.Implicit Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Implicit(UInt16 to UInt16Value) |
値を UInt16 クラスに暗黙的に UInt16Value 変換します。 |
Implicit(UInt16Value to UInt16) |
指定したオブジェクトを値に暗黙的にUInt16変換しますUInt16Value。 |
Implicit(UInt16 to UInt16Value)
値を UInt16 クラスに暗黙的に UInt16Value 変換します。
public static implicit operator DocumentFormat.OpenXml.UInt16Value (ushort value);
static member op_Implicit : uint16 -> DocumentFormat.OpenXml.UInt16Value
Public Shared Widening Operator CType (value As UShort) As UInt16Value
パラメーター
- value
- UInt16
指定した値。
戻り値
値を持つ新しい UInt16Value インスタンス。
適用対象
Implicit(UInt16Value to UInt16)
指定したオブジェクトを値に暗黙的にUInt16変換しますUInt16Value。
public static implicit operator ushort (DocumentFormat.OpenXml.UInt16Value xmlAttribute);
public static implicit operator ushort (DocumentFormat.OpenXml.UInt16Value value);
static member op_Implicit : DocumentFormat.OpenXml.UInt16Value -> uint16
static member op_Implicit : DocumentFormat.OpenXml.UInt16Value -> uint16
Public Shared Widening Operator CType (xmlAttribute As UInt16Value) As UShort
Public Shared Widening Operator CType (value As UInt16Value) As UShort
パラメーター
- xmlAttributevalue
- UInt16Value
戻り値
変換された UInt16 値。
例外
が のnull
場合にvalue
スローされます。