次の方法で共有


Int16Value.Implicit 演算子

定義

オーバーロード

Implicit(Int16 to Int16Value)

値を Int16 インスタンスに暗黙的に Int16Value 変換します。

Implicit(Int16Value to Int16)

指定した値を値に暗黙的に Int16 変換します。

Implicit(Int16 to Int16Value)

値を Int16 インスタンスに暗黙的に Int16Value 変換します。

public static implicit operator DocumentFormat.OpenXml.Int16Value (short value);
static member op_Implicit : int16 -> DocumentFormat.OpenXml.Int16Value
Public Shared Widening Operator CType (value As Short) As Int16Value

パラメーター

value
Int16

指定した値。

戻り値

値を持つ新しい Int16Value インスタンス。

適用対象

Implicit(Int16Value to Int16)

指定した値を値に暗黙的に Int16 変換します。

public static implicit operator short (DocumentFormat.OpenXml.Int16Value xmlAttribute);
public static implicit operator short (DocumentFormat.OpenXml.Int16Value value);
static member op_Implicit : DocumentFormat.OpenXml.Int16Value -> int16
static member op_Implicit : DocumentFormat.OpenXml.Int16Value -> int16
Public Shared Widening Operator CType (xmlAttribute As Int16Value) As Short
Public Shared Widening Operator CType (value As Int16Value) As Short

パラメーター

xmlAttributevalue
Int16Value

戻り値

変換された Int16 値。

例外

が のnull場合にvalueスローされます。

適用対象