OnOffValue.Implicit Operator

定義

オーバーロード

名前 説明
Implicit(Boolean to OnOffValue)

Boolean値をOnOffValue値に暗黙的に変換します。

Implicit(OnOffValue to Boolean)

指定した OnOffValue オブジェクトを Boolean 値に暗黙的に変換します。

Implicit(Boolean to OnOffValue)

Boolean値をOnOffValue値に暗黙的に変換します。

public static implicit operator DocumentFormat.OpenXml.OnOffValue(bool value);
static member op_Implicit : bool -> DocumentFormat.OpenXml.OnOffValue
Public Shared Widening Operator CType (value As Boolean) As OnOffValue

パラメーター

value
Boolean

変換する Boolean 値。

返品

変換された OnOffValue

適用対象

Implicit(OnOffValue to Boolean)

指定した OnOffValue オブジェクトを Boolean 値に暗黙的に変換します。

public static implicit operator bool(DocumentFormat.OpenXml.OnOffValue xmlAttribute);
public static implicit operator bool(DocumentFormat.OpenXml.OnOffValue value);
static member op_Implicit : DocumentFormat.OpenXml.OnOffValue -> bool
static member op_Implicit : DocumentFormat.OpenXml.OnOffValue -> bool
Public Shared Widening Operator CType (xmlAttribute As OnOffValue) As Boolean
Public Shared Widening Operator CType (value As OnOffValue) As Boolean

パラメーター

xmlAttributevalue
OnOffValue

返品

変換された Boolean 値。

適用対象