Compartilhar via


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

Definição

Converte implicitamente o valor especificado em 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>

A instância OpenXmlSimpleValue.

Retornos

T

O valor interno na classe OpenXmlSimpleValue.

Exceções

Lançado quando xmlAttribute é nulo.

Aplica-se a