OpenXmlSimpleValue<T>.Implicit(OpenXmlSimpleValue<T> to T) 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.
Convertit implicitement la valeur spécifiée en T.
public static implicit operator T (DocumentFormat.OpenXml.OpenXmlSimpleValue<T> xmlAttribute);
static member op_Implicit : DocumentFormat.OpenXml.OpenXmlSimpleValue<'T (requires 'T : struct)> -> 'T
Public Shared Widening Operator CType (xmlAttribute As OpenXmlSimpleValue(Of T)) As T
Paramètres
- xmlAttribute
- OpenXmlSimpleValue<T>
Instance OpenXmlSimpleValue.
Retours
T
Valeur interne dans la classe OpenXmlSimpleValue.
Exceptions
Levée lorsque xmlAttribute a la valeur null.