OnOffValue.Implicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Implicit(Boolean to OnOffValue) |
Convertit implicitement une Boolean valeur en valeur OnOffValue . |
Implicit(OnOffValue to Boolean) |
Convertit implicitement l’objet spécifié OnOffValue en valeur Boolean . |
Implicit(Boolean to OnOffValue)
Convertit implicitement une Boolean valeur en valeur 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
Paramètres
Retours
converti.OnOffValue
S’applique à
Implicit(OnOffValue to Boolean)
Convertit implicitement l’objet spécifié OnOffValue en valeur 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
Paramètres
- xmlAttributevalue
- OnOffValue
Retours
Valeur convertie Boolean .