Int32Value.Implicit Operator

定義

オーバーロード

名前 説明
Implicit(Int32 to Int32Value)

指定したInt32Value インスタンスにInt32値を暗黙的に変換します。

Implicit(Int32Value to Int32)

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

Implicit(Int32 to Int32Value)

指定したInt32Value インスタンスにInt32値を暗黙的に変換します。

public static implicit operator DocumentFormat.OpenXml.Int32Value(int value);
static member op_Implicit : int -> DocumentFormat.OpenXml.Int32Value
Public Shared Widening Operator CType (value As Integer) As Int32Value

パラメーター

value
Int32

指定した Int32 値。

返品

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

適用対象

Implicit(Int32Value to Int32)

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

public static implicit operator int(DocumentFormat.OpenXml.Int32Value xmlAttribute);
public static implicit operator int(DocumentFormat.OpenXml.Int32Value value);
static member op_Implicit : DocumentFormat.OpenXml.Int32Value -> int
static member op_Implicit : DocumentFormat.OpenXml.Int32Value -> int
Public Shared Widening Operator CType (xmlAttribute As Int32Value) As Integer
Public Shared Widening Operator CType (value As Int32Value) As Integer

パラメーター

xmlAttributevalue
Int32Value

返品

変換された Int32 値。

例外

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

適用対象