Int16Value.Implicit Operator

定義

オーバーロード

名前 説明
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 値。

例外

valuenullされるとスローされます。

適用対象