CustomAttributeTypedArgument<TType> Structure
Définition
Représente un argument typé d’un attribut de métadonnées personnalisé.Represents a typed argument for a custom metadata attribute.
generic <typename TType>
public value class CustomAttributeTypedArgument
public struct CustomAttributeTypedArgument<TType>
type CustomAttributeTypedArgument<'ype> = struct
Public Structure CustomAttributeTypedArgument(Of TType)
Paramètres de type
- TType
Type de l’argument.The type of the argument.
- Héritage
Constructeurs
CustomAttributeTypedArgument<TType>(TType, Object) |
Initialise une nouvelle instance de la structure CustomAttributeTypedArgument<TType> à l’aide de la valeur et du type d’argument spécifiés.Initializes a new instance of the CustomAttributeTypedArgument<TType> structure using the specified argument type and value. |
Propriétés
Type |
Obtient le type de l’argument.Gets the type of the argument. |
Value |
Obtient la valeur de l'argument.Gets the value of the argument. |