CustomAttributeTypedArgument<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 argument typé pour un attribut de métadonnées personnalisé.
generic <typename TType>
public value class CustomAttributeTypedArgument
public readonly struct CustomAttributeTypedArgument<TType>
public struct CustomAttributeTypedArgument<TType>
type CustomAttributeTypedArgument<'ype> = struct
Public Structure CustomAttributeTypedArgument(Of TType)
Paramètres de type
- TType
Type de l’argument.
- Héritage
Constructeurs
| Nom | Description |
|---|---|
| CustomAttributeTypedArgument<TType>(TType, Object) |
Initialise une nouvelle instance de la CustomAttributeTypedArgument<TType> structure à l’aide du type et de la valeur d’argument spécifiés. |
Propriétés
| Nom | Description |
|---|---|
| Type |
Obtient le type de l’argument. |
| Value |
Obtient la valeur de l’argument. |