次の方法で共有


UInt16Value.Implicit 演算子

定義

オーバーロード

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スローされます。

適用対象