IntegerValue.Implicit Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
スローされます。