CustomAttributeNamedArgument<TType> Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Representa un argumento con nombre descodificado a partir de una firma de atributos personalizados.
generic <typename TType>
public value class CustomAttributeNamedArgument
public readonly struct CustomAttributeNamedArgument<TType>
public struct CustomAttributeNamedArgument<TType>
type CustomAttributeNamedArgument<'ype> = struct
Public Structure CustomAttributeNamedArgument(Of TType)
Parámetros de tipo
- TType
Tipo utilizado para representar tipos de valores descodificados a partir de la firma de atributo personalizado.
- Herencia
Constructores
CustomAttributeNamedArgument<TType>(String, CustomAttributeNamedArgumentKind, TType, Object) |
Inicializa una nueva instancia de la estructura CustomAttributeNamedArgument<TType> mediante el nombre, tipo y valor especificados. |
Propiedades
Kind |
Obtiene el tipo de un argumento. |
Name |
Obtiene el nombre del argumento. |
Type |
Obtiene el tipo del argumento. |
Value |
Obtiene el valor del argumento. |