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

Nom Description
CustomAttributeValue<TType>(ImmutableArray<CustomAttributeTypedArgument<TType>>, ImmutableArray<CustomAttributeNamedArgument<TType>>)

Initialise une nouvelle instance de la CustomAttributeValue<TType> structure à l’aide des arguments fixes spécifiés et des arguments nommés.

Propriétés

Nom Description
FixedArguments

Obtient les arguments fixes de l’attribut personnalisé.

NamedArguments

Obtient les arguments nommés pour la valeur d’attribut personnalisée.

S’applique à