Partager via


OpenXmlSimpleValue<T>.Implicit(OpenXmlSimpleValue<T> to T) Opérateur

Définition

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.

S’applique à