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 atributo personalizada.
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 que se usa para representar tipos de valores descodificados a partir de la firma de atributo personalizado.
- Herencia
Constructores
| Nombre | Description |
|---|---|
| CustomAttributeNamedArgument<TType>(String, CustomAttributeNamedArgumentKind, TType, Object) |
Inicializa una nueva instancia de la CustomAttributeNamedArgument<TType> estructura con el nombre, el tipo, el tipo y el valor especificados. |
Propiedades
| Nombre | Description |
|---|---|
| Kind |
Obtiene el tipo de argumento. |
| Name |
Obtiene el nombre del argumento . |
| Type |
Obtiene el tipo del argumento . |
| Value |
Obtiene el valor del argumento . |