CustomAttributeValue<TType> Structure

Définition

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
CustomAttributeValue<TType>

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é.

S’applique à