Compartir a través de


OpenXmlSimpleValue<T>.Implicit(OpenXmlSimpleValue<T> to T) Operador

Definición

Convierte implícitamente el valor especificado 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

Parámetros

xmlAttribute
OpenXmlSimpleValue<T>

Instancia de OpenXmlSimpleValue.

Devoluciones

T

Valor interno de la clase OpenXmlSimpleValue.

Excepciones

Se produce cuando xmlAttribute es null.

Se aplica a