CustomAttributeValue<TType> Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un attribut personnalisé du type spécifié par TType
.
generic <typename TType>
public value class CustomAttributeValue
public readonly struct CustomAttributeValue<TType>
public struct CustomAttributeValue<TType>
type CustomAttributeValue<'ype> = struct
Public Structure CustomAttributeValue(Of TType)
Paramètres de type
- TType
Type d'attribut.
- Héritage
Constructeurs
CustomAttributeValue<TType>(ImmutableArray<CustomAttributeTypedArgument<TType>>, ImmutableArray<CustomAttributeNamedArgument<TType>>) |
Initialise une nouvelle instance de la structure CustomAttributeValue<TType> à l’aide des arguments nommés et des arguments fixes spécifiés. |
Propriétés
FixedArguments |
Obtient les arguments fixes de l’attribut personnalisé. |
NamedArguments |
Obtient les arguments nommés pour la valeur d’attribut personnalisé. |