次の方法で共有


IntegerValue.Implicit Operator

定義

オーバーロード

Implicit(Int64 to IntegerValue)

指定した値をクラスに暗黙的にIntegerValue変換しますInt64

Implicit(IntegerValue to Int64)

指定した を値に暗黙的にInt64変換しますIntegerValue

Implicit(Int64 to IntegerValue)

指定した値をクラスに暗黙的にIntegerValue変換しますInt64

public static implicit operator DocumentFormat.OpenXml.IntegerValue (long value);
static member op_Implicit : int64 -> DocumentFormat.OpenXml.IntegerValue
Public Shared Widening Operator CType (value As Long) As IntegerValue

パラメーター

value
Int64

指定した値。

戻り値

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

適用対象

Implicit(IntegerValue to Int64)

指定した を値に暗黙的にInt64変換しますIntegerValue

public static implicit operator long (DocumentFormat.OpenXml.IntegerValue xmlAttribute);
public static implicit operator long (DocumentFormat.OpenXml.IntegerValue value);
static member op_Implicit : DocumentFormat.OpenXml.IntegerValue -> int64
static member op_Implicit : DocumentFormat.OpenXml.IntegerValue -> int64
Public Shared Widening Operator CType (xmlAttribute As IntegerValue) As Long
Public Shared Widening Operator CType (value As IntegerValue) As Long

パラメーター

xmlAttributevalue
IntegerValue

戻り値

変換された Int64 値。

例外

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

適用対象